Last update (1):Fri, Apr 9th 2010, 00:00
Simple as3 flash video player
This is a simple video player built with AS3, that supports advertising, rtmp, h264 files including HD files, and it's completely customizable through a simple XML file.
The player can play a video passed as parameter to the "init" function. It also can play an intro video before the actual video. If there is a preview image passed in the HTML, the the player will show it. It comes with a lot of features which can easily be changed using the XML file (size, colors and other options). It has support for sharing and fullscreen display.
The video player supports H264 files, as well as RTMP and can play mov, mp4, flv files.
Features:
- play/pause button (clicking on the video does the same action)
- timer/total time
- draggable volume bar with scrub
- draggable progress bar with scrub
- share (embed code)
- fullscreen
- download button
- auto-hide controls when there is no mouse interaction and on leaving the swf
- disable buttons
- custom colors
Note: The videos used in this file are for display purposes only.
Try before you buy
Not sure if you need this component?
Download the free preview and customize it for your project before you purchase it.
Note: You can test the preview only on your computer.
Similar flash components
Minimalist AS3 Video...
This Flash Video Player can play H264 video files (.mov, .flv, .mp4) as... read more
General Videos
- How to buy?
watch movie - Embed a Flash Component in your Flash Project
watch movie - How to embed a Flash Component in the same HTML page twice?
watch movie - How to embed two different Flash Components in the same HTML page?
watch movie
Our recommendation
Dynamic Flash Video Gallery
This flash video gallery has an integrated thumbnail playlist and comes... read more
Save money now!
Showcase
Send us a link to the page you used this product on, and we'll post the link to your site on our blog if you customized it nicely.
Need support?
Get a support ticket
read more
Share this
If you enjoyed this product, please consider sharing it via a social network, or leaving a comment. Thanks!





Products RSS Feed
Follow us on twitter
Tim Le
on 17/5/10
Thanks!
on 18/5/10
Krish Kusuma
on 21/5/10
on 21/5/10
pmp
on 21/5/10
on 21/5/10
This one can only have a playlist if you make it reload videos through javascript for example.
We'll release many more Flash Video Players, but in the following months, as we have a product roadmap which we try to go after.
Tim Le
on 23/5/10
Thanks!
on 24/5/10
rommellajom
on 7/7/10
How do I stop the first movie intro from playing and just skip to my own video?
on 11/7/10
When you embed the player into your page you have this line of code into the JavaScript section : flashvars.introVideoPath = "videos/flabell_intro.flv";
Replace it with (delete the path to the intro video) :
flashvars.introVideoPath = "";
Agape epaga
3 weeks, 2 days ago
3 weeks, 2 days ago
Agape epaga
3 weeks, 2 days ago
2 weeks, 4 days ago
Yes the component comes with all the source files.
reno idehenre
2 weeks, 2 days ago
1 week, 3 days ago
Sorry for the delayed response. Can you provide a link?
hojin seo
6 hours, 5 minutes ago
We installed FMS .. default setting....
I just changed videoPath like below...
flashvars.videoPath = "rtmp://xxxx.xxxx.xxx.xxx/vod/media/sam...";
Not working... why?