- All
- User Interface
- Scroll Bar Components
- Flash XML Calendars
- HTML / XML News Readers
- HTML / XML Tables & Grids
- Flash Contact Forms
- Date Picker Components
- Flash XML Guestbooks
- Color Picker Components
- Countdown Components
- Flash Tool Tip Components
- Image Zoom & Panning Controls
- Flash Text Tools & Editors
- Rating and Pool Systems
- Flash Weather Widgets
- 3D Object Rotators
- Shopping Carts
- Flash Maps
- Galleries & Slideshows
- Menus & Navigation
- Design & Effects
- Audio & Video
- Templates
- Applications & Games
- Various
- Adobe Flex
- Adobe AIR
- Free Flash Files
- Lightroom Plugins
- Dreamweaver Extensions
Posted by : djankey
40 purchases
Package includes: FLA,XML, PHP, Jscript, help and media files.
Opens with: Flash 8, Flash CS3, Flash CS4
AS Version: ActionScript 2.0
Viewable with: Flash Player 8 and above
Flash knowledge required: N/A
Documentation: N/A
AS-Flash Media Player 1.2
Customizable player with more than 100 prepared variables in source code. Every line is well commented.
This player supports XML subtitles. You can convert .srt subtitles to XML subtitles.
You can add cue points to video using external file (XML) and embedding cue points into video.
- Price : $25
- buy now
- add to alerts
AS-Flash Media Player v.21
re rsamuel: No at the moment. I will update source tomorrow…
Thanks
Is it not possible to change it via a parameter? I have a few sites I’d like to use it for but I’d need to change the color for each site..
re rsamuel: that variable change cue point list background. You can change background color in source (.fla) I can do it for you… Mail me: djankey (at) gmail.com
I jut bought your AS-Flash Media Player 1.2. Is it possible to change the background color of the control bar (where the video controls sit) from black to another color? If so how? I tried using the so.addVariable(“CPListBackgroundColor”, “0×000000” option but it does not work..
Thank you for the quick response.
By following your instructions, I was able to get Chinese characters to show up in the subtitles. The only thing is now my flash movie player has gone from under 100k to 2.3mb in size. When I used another Chinese font, the size of the file was over 8MB. Is there any way of reducing the size or is this the price that needs to be paid for Chinese characters?
Also, When I full screen the player in my firefox, the font resized appropriately, but when I try it on IE, the font become microscopic. Is that a known bug?
re pwc8888: open source (.fla) and embed chinese font
- open flash library (CTRL+L)
- goto folder “AS-Flash Media Player (standalone) / Font”
- right mouse click on “library_font”
- properties
...
export new swf…
I have also tried to convert the chinese characters to unicode numeric values. But this does not show up either.
This is a really good looking flash player with a number of great features. A main reason I purchased this script was for the closed captioning part.
I need to have Chinese character closed captioned. I’ve tried to enter Chinese characters into the subtitle XML file but they just don’t show up.
Is there a way to get Chinese characters to show up?
Thanks
I am getting the error “netstream.play.nosupportedtrackfound” when I am trying to test my movie and press play. I have tried using a relative and absolute path to the movie on line 173.
ex:
var MediaLink:String=“http://wri.eas.cornell.edu/sea_grant_website/AS-Flash%20Media%20Player%201.2/video/video.mov”;

























help
and feedback
latest
news
latest
forum entries
File is updated (v 1.21)
You can change default player colors with FlashVars (SWFObject example)
—————————————————————————————————————————————-
so.addVariable(“backgroundBarColor”, “0×1A1A1A”
so.addVariable(“btnsColor”, “0xFFFFFF”
so.addVariable(“outlineColor”, “0×666666”
so.addVariable(“outputBkgColor”, “0×1A1A1A”
so.addVariable(“outputTxtColor”, “0×999999”
so.addVariable(“loadingBarColor”, “0×666666”
so.addVariable(“loadingBackgroundColor”, “0xCCCCCC”
so.addVariable(“progressBarColor”, “0×000000”
so.addVariable(“volumeBackgroundColor”, “0×666666”
so.addVariable(“volumeStatusBarColor”, “0×000000”
—————————————————————————————————————————————-
Thanks