Location: A review of cardiac cellular electrophysiology models @ 1b3862589abf / dojo-presentation / js / dojo / dojox / av / README

Author:
David Nickerson <david.nickerson@gmail.com>
Date:
2021-09-17 15:50:49+12:00
Desc:
tweak html formatting
Permanent Source URI:
https://staging.physiomeproject.org/workspace/a1/rawfile/1b3862589abf79ae9119ee0b5e99a8b785d762e1/dojo-presentation/js/dojo/dojox/av/README

-------------------------------------------------------------------------------
DojoX Audio/Video
-------------------------------------------------------------------------------
Version 0.1
Release date: 01/15/2008
-------------------------------------------------------------------------------
Project state:
experimental
-------------------------------------------------------------------------------
Credits
	Tom Trenka (ttrenka AT gmail.com)
-------------------------------------------------------------------------------
Project description

DojoX A/V aims to bring audio and video capabilities to the Open Web, first
by wrapping common media types (Flash and Quicktime) and then by providing
easy to use objects to accomplish basic A/V tasks.  As of version 0.1, only
the base is included (Flash and Quicktime embedding mechanisms); in the near
future, usable objects will appear, both in raw programmatic form and also with
Dijit-compatible wrappers.
-------------------------------------------------------------------------------
Dependencies:

DojoX A/V depends on dojox.embed, and uses Flash movies created in the deft
project using Flex OSS 3.  You do not need any of the deft code; compiled
movies are included with dojox.av.  If you want to modify the actual movies,
you can look in the deft project (under the package deft.av).
-------------------------------------------------------------------------------
Documentation

TBD.
-------------------------------------------------------------------------------
Installation instructions

Grab the following from the Dojo SVN Repository:

http://svn.dojotoolkit.org/src/dojox/trunk/embed/*
http://svn.dojotoolkit.org/src/dojox/trunk/av/*

Install into the following directory structure:
/dojox/av/

...which should be at the same level as your Dojo checkout.

-------------------------------------------------------------------------------
Change history

2008-01-15	Initial checkin, with basic movie embedding code.
2008-06-04	Removed the base code, after moving it into dojox.embed and modifying it.