(Beta)
Package | org.osmf.traits |
Class | public class PlayTrait |
Inheritance | PlayTrait ![]() ![]() ![]() |
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Use the MediaElement.hasTrait(MediaTraitType.PLAY)
method to query
whether a media element has a trait of this type.
If hasTrait(MediaTraitType.PLAY)
returns true
,
use the MediaElement.getTrait(MediaTraitType.PLAY)
method
to get an object of this type.
Related API Elements
Public Properties
Property | Defined By |
---|
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | PlayTrait |
Protected Methods
Method | Defined By |
---|
Events
Event | Summary | Defined By |
---|
Property Detail
Constructor Detail
PlayTrait | () | Constructor |
public function PlayTrait()
Constructor.
Method Detail
Event Detail
Wed Nov 21 2018, 06:34 AM -08:00