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
- draggable progress bar
- share (embed code)
- fullscreen
- auto-hide controls when there is no mouse interaction and on leaving the swf
- disable buttons
Note: The videos used in this file are for display purposes only.
There are currently no frequent asked questions.
As soon as we receive your feedback, we'll update this section permanently.
There are no video tutorials for this flash component yet.
There is currently no current change log for this flash component.
Simple AS3 flash video player - tips and tricks
This Flash Video player contains a handful of features and settings. It is easy to use the file in your own Flash projects or as an independent Flash object on your html based website.
For example you can use it as an independent component, inside a flash video gallery, to play a new video by clicking on a thumb. You can do this by calling it's "loadMedia" function with the four parameters: "videoPath", "streamer", "imagePath" and "introPath".
The player contains listeners for keys like:
f - for fullscreen
m - for mute button
s - for share button
space - for play / pause toggle
left, right arrows - for back and forward (5 seconds, adjustable)
The player has a many other features, which we invite you to discover by downloading the free preview.
 
andrei.neamtu
on 8/1/10
 
andrei.neamtu
on 11/1/10
flashvars.videoPath = "mp4:sfexamples/videos/bbb_640x360_h264.mp4";
Otherwise the stream will not work. If you find any other bugs, let us know. :-)
 
araman
2 weeks ago
2 weeks ago