Menu

Tree [r2320] / osmf / trunk / samples / OSMFPlayer /
 History

HTTPS access


File Date Author Commit
 assets source 2010-03-29 evrijkom@adobe.com [r1445] Cleaning up assets.ai, adding 'ok' button and '...
 html-template 2011-08-29 mteleru [r2300] Changed the asset to be played by OSMFPlayer to...
 src 2011-08-17 mteleru [r2273] OSMFPlayer: mechanism to guard against falling ...
 .actionScriptProperties 2011-07-25 cdobre [r2237] Changed the behavior of HTTPStreamDownloader cl...
 .project 2010-05-07 evrijkom@adobe.com [r1674] Reverting on statically binding the VideoQoSPlu...
 OSMFPlayer-build-config.xml 2010-09-20 weizhang@adobe.com [r1904] Switch to target Flash Player 10.1
 readme.txt 2010-01-28 evrijkom@adobe.com [r930] OSMFPlayer: adding font info to readme.txt, ext...

Read Me

The OSMFPlayer sample defines an application that can be embedded on a web page in order to play back media. It contains a control bar that manages the various supported aspects of the media.

Features:

* SWF preloading progress bar,
* Loading (url parameter can be passed to the SWF, and an Eject button supports manual url entry),
* Play state (play, pause, stop),
* Seeking,
* Volume (increase, decrease)
* Elapsed and remaining play time,
* Multiple Bitrate (toggling between automatic and manual mode),
* Control bar hiding (toggleable, autoHideControlBar parameter can be passed to the SWF),
* Full screen (toggleable),
* Background fill (backgroundColor parameter can be passed to the SWF),
* Debug support (see WebPlayerDebugConsole project for more info),

By leveraging the DefaultMediaFactory class, the player can distill the following media element types from the provided input URL:

* VideoElement, using either:
	- NetLoader (streaming or progressive)
	- DynamicStreamingNetLoader (MBR streaming)
	- HTTPStreamingNetLoader (HTTP streaming)
	- F4MLoader (Flash Media Manifest files)
* SoundElement, using either:
	- SoundLoader (progressive)
	- NetLoader (streaming)
* ImageElement
* SWFElement

Usage:

The project's html-template\index.template.html file shows how the produced SWF can be embedded (using SWFObject), as well as the properties that can be set on the player SWF.

Notes:

OSMFPlayer uses the Standard 07_55 font by Craig Kroeger. Please note that this is *not* a free font. Please visit http://www.miniml.com for more licensing information. 
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.