The org.osmf.containers package contains classes to support displaying objects in player applications. The MediaContainer class can be used to display objects using Flash, whereas the HTMLContainer can be used to have JavaScript display objects in an HTML document.
Interfaces
Interface | Description | |
---|---|---|
IMediaContainer | Defines the interface of objects within the OSMF that act as a container to a media object. |
Classes
Class | Description | |
---|---|---|
HTMLMediaContainer | HTMLMediaContainer is an IMediaContainer-implementing class that uses ExternalInterface to expose the container's child media elements to JavaScript. | |
MediaContainer | MediaContainer defines a Sprite-based IMediaContainer implementation. |
Mon Nov 28 2011, 07:42 AM -08:00