Adobe Flash Actionscript Flex Examples

Adobe Flex Video Player With Scrubber for Progressive Download and Flash Media Server Streaming FLV

JavaScript and the latest version of the Adobe Flash Player are required. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by downloading here.

This is a basic example of a Flex 3 Video Player. This will play progressive download flv files as well as Flash Media Server flv files.

The urls for the videos are embedded in the mxml file as an ArrayCollection. To add videos simply change the entries for the ArrayCollection. Here are some examples:

	public var videos:ArrayCollection = new ArrayCollection(
	[ {label:"http://www.helpexamples.com/flash/video/water.flv"},
	{label:"http://www.helpexamples.com/flash/video/typing_short.flv"},
	{label:"rtmp://yourFlashMediaServerHost.com/appName/streamName"}
 ]);
All files: Download
VideoPlayerEx01.mxml: View
Search For More Flash Flex Actionscript Examples