ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
 

org.osmf.elements 


The org.osmf.elements package contains all MediaElement implementations. MediaElements exist for the core media types (video, audio, images, and SWFs). In addition, there are MediaElement implementations which serve as building blocks for more complex media presentations.



Classes
 ClassDescription
 AudioElement AudioElement is a media element specifically created for audio playback.
 BeaconElement BeaconElement is a media element which maps the "play" operation to the request (via an HTTP GET) of a URL.
 CompositeElement CompositeElement is a media element which encapsulates a collection of other more granular media elements.
 DurationElement DurationElement is a media element that wraps a MediaElement to give it temporal capabilities.
 F4MElement F4MElement is a media element used to load media from F4M files.
 F4MLoader F4MLoader is a loader that is capable of loading F4M files.
 HTMLElement HTMLElement is a media element that represents a piece of media external to the Flash SWF, and within an HTML region.
 ImageElement ImageElement is a media element specifically created for presenting still images.
 ImageLoader ImageLoader is a loader that is capable of loading and displaying image files.
 LightweightVideoElement LightweightVideoElement is a media element specifically created for video playback.
 LoadFromDocumentElement LoadFromDocumentElement is the base class for MediaElements that load documents that contain information about the real MediaElement to expose.
 ManifestLoaderBase ManifestLoader is a base loader class for objects that are capable of loading Flash Media Manifests either from F4M files or from the direct String representation of the manifest.
 ParallelElement ParallelElement is a media composition whose elements are presented in parallel (concurrently).
 ProxyElement ProxyElement is a media element that acts as a wrapper for another MediaElement.
 SerialElement SerialElement is a media composition whose elements are presented serially (i.e.
 SoundLoader SoundLoader is a loader that is capable of loading progressive audio files.
 SWFElement SWFElement is a media element specifically created for presenting SWFs.
 SWFLoader SWFLoader is a loader that is capable of loading and displaying SWF files.
 VideoElement VideoElement is a media element specifically created for video playback.