dojox.av.FLVideo

DojoX Video uses a Deft component to provide the ability to play FLV files. It does not provide any UI controls; it is comprised mostly of methods and events so that a UI can be built that controls the player. The following test is kept purposely simple and void of any Dijit widgets. Most of the code in the test is to handle layout and the sliders. In fact, adding a video is as easy as:
new dojox.av.FLVideo({mediaUrl:"myVideoPath"}, "myAttachNode");.