| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 | -------------------------------------------------------------------------------dojox.embed-------------------------------------------------------------------------------Version 0.1Release date: 4/7/2008-------------------------------------------------------------------------------Project state:beta-------------------------------------------------------------------------------Credits	Tom Trenka (ttrenka AT gmail.com)-------------------------------------------------------------------------------Project descriptionA move/port of what was in dojox.av._base; the nominal purpose is to provideeasy ways of including external objects that would normally require the useof either an OBJECT or an EMBED tag.The following constructors are considered beta (working tests and docs) as of2008-06-04:dojox.embed.Flashdojox.embed.FlashProxydojox.embed.Quicktimedojox.embed.Object (a Dijit that can load anything there is an embed for here)-------------------------------------------------------------------------------Dependencies:dojox.embed has no dependencies, other than the Dojo base.-------------------------------------------------------------------------------DocumentationTBD-------------------------------------------------------------------------------Installation instructionsGrab the following from the Dojo SVN Repository:http://svn.dojotoolkit.org/dojox/trunk/embed/*Install into the following directory structure:/dojox/embed/...which should be at the same level as your Dojo checkout.-------------------------------------------------------------------------------
 |