source: Dev/trunk/src/client/dojox/embed/README @ 532

Last change on this file since 532 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

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