root / trunk / web / dojo / dojox / embed / README @ 10
History | View | Annotate | Download (1.58 KB)
| 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 |
|
| 15 |
A move/port of what was in dojox.av._base; the nominal purpose is to provide |
| 16 |
easy ways of including external objects that would normally require the use |
| 17 |
of either an OBJECT or an EMBED tag. |
| 18 |
|
| 19 |
The following constructors are considered beta (working tests and docs) as of |
| 20 |
2008-06-04: |
| 21 |
|
| 22 |
dojox.embed.Flash |
| 23 |
dojox.embed.FlashProxy |
| 24 |
dojox.embed.Quicktime |
| 25 |
dojox.embed.Object (a Dijit that can load anything there is an embed for here) |
| 26 |
------------------------------------------------------------------------------- |
| 27 |
Dependencies: |
| 28 |
|
| 29 |
dojox.embed has no dependencies, other than the Dojo base. |
| 30 |
------------------------------------------------------------------------------- |
| 31 |
Documentation |
| 32 |
|
| 33 |
TBD |
| 34 |
------------------------------------------------------------------------------- |
| 35 |
Installation instructions |
| 36 |
|
| 37 |
Grab the following from the Dojo SVN Repository: |
| 38 |
http://svn.dojotoolkit.org/dojox/trunk/embed/* |
| 39 |
|
| 40 |
Install into the following directory structure: |
| 41 |
/dojox/embed/ |
| 42 |
|
| 43 |
...which should be at the same level as your Dojo checkout. |
| 44 |
------------------------------------------------------------------------------- |