| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 | -------------------------------------------------------------------------------DojoX Audio/Video-------------------------------------------------------------------------------Version 0.1Release date: 01/15/2008-------------------------------------------------------------------------------Project state:experimental-------------------------------------------------------------------------------Credits	Tom Trenka (ttrenka AT gmail.com)    Mike Wilcox (AnM8tR AT Yahoo.com)-------------------------------------------------------------------------------Project descriptionDojoX A/V aims to bring audio and video capabilities to the Open Web, firstby wrapping common media types (Flash and Quicktime) and then by providingeasy to use objects to accomplish basic A/V tasks.  As of version 0.1, onlythe base is included (Flash and Quicktime embedding mechanisms); in the nearfuture, usable objects will appear, both in raw programmatic form and also withDijit-compatible wrappers.-------------------------------------------------------------------------------Dependencies:DojoX A/V depends on dojox.embed, and uses Flash movies created in the deftproject using Flex OSS 3.  You do not need any of the deft code; compiledmovies are included with dojox.av.  If you want to modify the actual movies,you can look in the deft project (under the package deft.av).-------------------------------------------------------------------------------DocumentationTBD.-------------------------------------------------------------------------------Included media:Video:test/video/Grog.flv and test/video/OldMan.flv are both created by Mike Wilcoxand may be freely used and distributed in any way. I only ask for credit ifwidely shown.Audio:test/audio/Ola.mp3, test/audio/Hio.mp3, test/audio/FuzzWah.mp3 are from asounds effects CD and are not to be redistributed. They will most likelybe swapped out when a better open source option is avaialable.-------------------------------------------------------------------------------Installation instructionsGrab the following from the Dojo SVN Repository:http://svn.dojotoolkit.org/src/dojox/trunk/embed/*http://svn.dojotoolkit.org/src/dojox/trunk/av/*Install into the following directory structure:/dojox/av/...which should be at the same level as your Dojo checkout.-------------------------------------------------------------------------------Change history2008-01-15	Initial checkin, with basic movie embedding code.2008-06-04	Removed the base code, after moving it into dojox.embed and modifying it.2008-08-14  Implemented FLVideo for Flash Video 2009-02-08  Implemented FLAudio for Flash Audio
 |