README 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. -------------------------------------------------------------------------------
  2. dojox.embed
  3. -------------------------------------------------------------------------------
  4. Version 0.1
  5. Release date: 4/7/2008
  6. -------------------------------------------------------------------------------
  7. Project state:
  8. beta
  9. -------------------------------------------------------------------------------
  10. Credits
  11. Tom Trenka (ttrenka AT gmail.com)
  12. -------------------------------------------------------------------------------
  13. Project description
  14. A move/port of what was in dojox.av._base; the nominal purpose is to provide
  15. easy ways of including external objects that would normally require the use
  16. of either an OBJECT or an EMBED tag.
  17. The following constructors are considered beta (working tests and docs) as of
  18. 2008-06-04:
  19. dojox.embed.Flash
  20. dojox.embed.FlashProxy
  21. dojox.embed.Quicktime
  22. dojox.embed.Object (a Dijit that can load anything there is an embed for here)
  23. -------------------------------------------------------------------------------
  24. Dependencies:
  25. dojox.embed has no dependencies, other than the Dojo base.
  26. -------------------------------------------------------------------------------
  27. Documentation
  28. TBD
  29. -------------------------------------------------------------------------------
  30. Installation instructions
  31. Grab the following from the Dojo SVN Repository:
  32. http://svn.dojotoolkit.org/dojox/trunk/embed/*
  33. Install into the following directory structure:
  34. /dojox/embed/
  35. ...which should be at the same level as your Dojo checkout.
  36. -------------------------------------------------------------------------------