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
Mp3 Player with Playlist
Fully customizable MP3 Player, built with support for multiple songs.... read more
Basic Flash Mp3 Player
Sometimes you don't need a big, fancy mp3 player. This basic mp3 player... read more
Compact Flash Mp3 Player
Flash mp3 player that automatically generates the XML playlist from... read more
list more items
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
support@flabell.com
Corneliu Chitanu
on 23/2/11
We completed an update for this component. It's working better now using RTMP streaming. Please update the files, if you're using RTMP.
Giuseppe Caristena
on 10/3/11
I already purchased this compo.
Just a question.
Can you customize the
Simple AS3 Flash Video Player adding the famous feature regarding Ads or Banners (for example at the bottom of the player).
Let me know.
Thanks
Best
Joseph Caristena
ExeForm Web Channel
www.exeform.com
on 11/3/11
Sure, we can help you by doing this custom work. Just send us an email at [email protected] with some details about how you'd want the adds to look and function.
Skeenee
on 17/4/11
Is there any detailed help files. The ones provided are quite limited...
Skeenee
on 17/4/11
No documentation or support to help me out... and the video tutorial i close to useless and more confusing...
I guess i´ll look for another component....
on 18/4/11
The process of embedding the component and put it to some frame is approximately the same as the tutorials explain.
Unfortunately, we don't have another tutorial, but I'll try to explain how to go with this particular component, anyway. I'll send you an email with an example too.
1. First of all you need to open the project.fla file and copy everything you find in its library in your project's library.
2. Then you'll need to copy the com and caurina folders (from the source folder) in the same folder your project's FLA file is in.
3. Copy the contents of our deploy folder in the same folder as your project's SWF file.
4. In your project's FLA file, after you copied the movieclips in the library, find the movieclip called "mcVideoPlayer" and drag it to the frame you want the video to show. Also, give it a variable name in the Properties panel. Let's say you give the name "mcVid".
5. In the same frame you dragged the movieclip, put this code:
mcVid.init(560, 300, "videoplayer/", "xml/playersettings.xml", "videos/video.flv", "", "images/preview.jpg", "videos/flabell_intro.flv", "Flabell demo video", "images/logo.png", "http://www.flabell.com", "download_file.php");
6. Customize the component if you didn't do this already, using the XML file.
This should do it. I hope that this will help you.
Skeenee
on 19/4/11
One more question, is there a way to detect when the movie reaches the end?
I would like to play it as intro for my site, and when it reaches its end, "gotoAndStop" the main page/main menu frame.
Thanks a lot for your help, I really appreciate
on 19/4/11
I had to make a small ActionScript code addition in the VideoManager.as file. I sent you the file to the email address you sent us emails for support. You'll just need to replace the old VideoManager.as file with the one I sent you.
Also, you'll need to paste this code before the mcVid.init(...) function is called:
addEventListener("VideoEnded", function():void { gotoAndStop(10); });Adjust the frame number you wish to go to and that's it.
Enjoy!
reno idehenre
on 19/7/11
on 25/7/11
We just completed an update for the component and you should be able to set the volume without fading. You'll just need to download the files one more time and replace the SWF file that you're currently using with the one you'll find in the newly downloaded zip file.
on 25/7/11
on 28/7/11
Corneliu Chitanu
on 4/8/11
We just completed another update for this great player. It has more color changing options. Also, we fixed some other bugs. Please download the new files, if you need the latest changes.