README 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. -------------------------------------------------------------------------------
  2. DojoX Audio/Video
  3. -------------------------------------------------------------------------------
  4. Version 0.1
  5. Release date: 01/15/2008
  6. -------------------------------------------------------------------------------
  7. Project state:
  8. experimental
  9. -------------------------------------------------------------------------------
  10. Credits
  11. Tom Trenka (ttrenka AT gmail.com)
  12. Mike Wilcox (AnM8tR AT Yahoo.com)
  13. -------------------------------------------------------------------------------
  14. Project description
  15. DojoX A/V aims to bring audio and video capabilities to the Open Web, first
  16. by wrapping common media types (Flash and Quicktime) and then by providing
  17. easy to use objects to accomplish basic A/V tasks. As of version 0.1, only
  18. the base is included (Flash and Quicktime embedding mechanisms); in the near
  19. future, usable objects will appear, both in raw programmatic form and also with
  20. Dijit-compatible wrappers.
  21. -------------------------------------------------------------------------------
  22. Dependencies:
  23. DojoX A/V depends on dojox.embed, and uses Flash movies created in the deft
  24. project using Flex OSS 3. You do not need any of the deft code; compiled
  25. movies are included with dojox.av. If you want to modify the actual movies,
  26. you can look in the deft project (under the package deft.av).
  27. -------------------------------------------------------------------------------
  28. Documentation
  29. TBD.
  30. -------------------------------------------------------------------------------
  31. Included media:
  32. Video:
  33. test/video/Grog.flv and test/video/OldMan.flv are both created by Mike Wilcox
  34. and may be freely used and distributed in any way. I only ask for credit if
  35. widely shown.
  36. Audio:
  37. test/audio/Ola.mp3, test/audio/Hio.mp3, test/audio/FuzzWah.mp3 are from a
  38. sounds effects CD and are not to be redistributed. They will most likely
  39. be swapped out when a better open source option is avaialable.
  40. -------------------------------------------------------------------------------
  41. Installation instructions
  42. Grab the following from the Dojo SVN Repository:
  43. http://svn.dojotoolkit.org/src/dojox/trunk/embed/*
  44. http://svn.dojotoolkit.org/src/dojox/trunk/av/*
  45. Install into the following directory structure:
  46. /dojox/av/
  47. ...which should be at the same level as your Dojo checkout.
  48. -------------------------------------------------------------------------------
  49. Change history
  50. 2008-01-15 Initial checkin, with basic movie embedding code.
  51. 2008-06-04 Removed the base code, after moving it into dojox.embed and modifying it.
  52. 2008-08-14 Implemented FLVideo for Flash Video
  53. 2009-02-08 Implemented FLAudio for Flash Audio