Paket | org.osmf.containers |
Arabirim | public interface IMediaContainer |
Uygulayıcılar | HTMLMediaContainer, MediaContainer |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Adds a MediaElement instance to the container. | IMediaContainer | ||
Verifies if an element is a child of the container. | IMediaContainer | ||
Removes a MediaElement instance from the container. | IMediaContainer |
Yöntem Ayrıntısı
addMediaElement | () | yöntem |
public function addMediaElement(element:MediaElement):MediaElement
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Adds a MediaElement instance to the container. It is mandatory for implementations to dispatch a ContainerChangeEvent via the element that is being added to the container.
Parametreler
element:MediaElement — The MediaElement instance to add to the container.
|
MediaElement |
Atar
IllegalOperationError — if the specified element is null,
or already a child of the container.
|
containsMediaElement | () | yöntem |
public function containsMediaElement(element:MediaElement):Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Verifies if an element is a child of the container.
Parametreler
element:MediaElement — Element to verify.
|
Boolean — True if the element if a child of the container.
|
removeMediaElement | () | yöntem |
public function removeMediaElement(element:MediaElement):MediaElement
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Removes a MediaElement instance from the container. It is mandatory for implementations to dispatch a ContainerChangeEvent via the element that is being removed from the container.
Parametreler
element:MediaElement — The element to remove from the container.
|
MediaElement |
Atar
IllegalOperationError — if the specified element isn't
a child element, or is null.
|
Tue Jun 12 2018, 01:09 PM Z