Package | cv.formats |
Class | public dynamic class XSPF |
Inheritance | XSPF ![]() |
Method | Defined by | ||
---|---|---|---|
XSPF(sourceFile:XML)
| XSPF | ||
![]() |
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event.
| PlayList | |
![]() |
dispatchEvent(evt:Event):Boolean
Dispatches an event into the event flow.
| PlayList | |
![]() |
getCurrent():Object
Returns the current item from the playlist
| PlayList | |
![]() |
getNext():Object
Returns the next item from the playlist.
| PlayList | |
![]() |
getPrevious():Object
Returns the previous item from the playlist.
| PlayList | |
![]() |
getRandom():Object
Returns a random item from the playlist.
| PlayList | |
![]() |
getRandomIndex():uint
Returns a random index from the playlist.
| PlayList | |
![]() |
hasEventListener(type:String):Boolean
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event.
| PlayList | |
![]() |
inPlayList(item:Object):Boolean
Searchs the playlist to determin if an item is listed.
| PlayList | |
![]() |
remove(item:Object):Boolean
Removes the given item from the playlist.
| PlayList | |
![]() |
removeAt(idx:uint):Boolean
Removes an item at a given index.
| PlayList | |
![]() |
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
| PlayList | |
![]() |
Converts the PlayList to a DataProvider for use
with components.
| PlayList | |
![]() |
willTrigger(type:String):Boolean
Checks whether an event listener is registered with this EventDispatcher object or any of
its ancestors for the specified event type.
| PlayList |