A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
ADD — Constant static property in class fl.events.DataChangeType
Items were added to the data provider.
addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class cv.data.PlayList
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
addItem(item, index) — Method in class cv.TempoLite
Add an item to the playlist at the end, or at index specified.
addItem(oItem, nIdx) — Method in class cv.data.PlayListManager
Adds an item to the playlist.
addItem(item) — Method in class fl.data.DataProvider
Appends an item to the end of the data provider.
addItemAt(item, index) — Method in class fl.data.DataProvider
Adds a new item to the data provider at the specified index.
addItems(items) — Method in class fl.data.DataProvider
Appends multiple items to the end of the DataProvider and dispatches a DataChangeType.ADD event.
addItemsAt(items, index) — Method in class fl.data.DataProvider
Adds several items to the data provider at the specified index and dispatches a DataChangeType.ADD event.
aM — Property in class cv.TempoLite
ASX — Dynamic class in package cv.formats
The ASX class parses ASX formatted playlist files and adds the data to itself.
ASX(sourceFile) — Constructor in class cv.formats.ASX
ATOM — Dynamic class in package cv.formats
The ATOM class parses ATOM formatted playlist files and adds the data to itself.
ATOM(sourceFile) — Constructor in class cv.formats.ATOM
AUDIO — Constant static property in class cv.TempoLite
AudioManager — Class in package cv.media
The AudioManager class is a facade for controlling loading, and playing of MP3 files within Flash.
AudioManager() — Constructor in class cv.media.AudioManager
audioMetadata — Event in class cv.TempoLite
Dispatched as ID3 metadata is receieved from an MP3
audioMetadata — Event in class cv.media.AudioManager
Dispatched as ID3 metadata is receieved from an MP3
AUDIO_METADATA — Constant static property in class cv.TempoLite
AUDIO_METADATA — Constant static property in class cv.events.MetaDataEvent
Defines the value of the type property of an audioMetadata event object.
autoScale — Property in class cv.media.VideoManager
Gets or sets whether the video object will be scaled to the metadata given for video dimensions.
autoStart — Property in class cv.TempoLite
Whether a video will play immediately when a playlist is loaded.
autoStart — Property in class cv.data.PlayListManager
Gets or sets whether media will play automatically once the playlist is loaded.
autoStartIndex — Property in class cv.TempoLite
If autoStart is true, the index of the item in the playlist to play first.
autoStartIndex — Property in class cv.data.PlayListManager
Gets or sets the index of the item that would play if autoStart is enabled.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z