The fl.video package contains classes for working with the FLVPlayback and FLVPlaybackCaptioning components.



Interfaces
 InterfaceDescription
 INCManagerThe INCManager is the interface for classes that create the flash.net.NetConnection for the VideoPlayer class.
 IVPEventThe IVPEvent interface is implemented by video events that apply to a specific VideoPlayer object within the FLVPlayback component.
Classes
 ClassDescription
 AutoLayoutEventFlash® Player dispatches an AutoLayoutEvent object when the video player is resized and laid out automatically.
 CaptionChangeEventThe CaptionChangeEvent is dispatched any time a caption is added or removed from the caption target text field.
 CaptionTargetEventType for the captionTargetCreated event, dispatched after the captionTargetCreated event is created automatically and before any captions have been added to it.
 CuePointTypeThe CuePointType class provides constant values for the type property on the info object of a MetadataEvent instance of type CUE_POINT.
 FLVPlaybackFLVPlayback extends the Sprite class and wraps a VideoPlayer object.
 FLVPlaybackCaptioningThe FLVPlaybackCaptioning component enables captioning for the FLVPlayback component.
 LayoutEventEvent dispatched when the video player is resized and/or laid out.
 MetadataEventFlash® Player dispatches a MetadataEvent object when the user requests the FLV file's metadata information packet (NetStream.onMetaData) and when cue points (NetStream.onCuePoint) are encountered in the FLV file.
 NCManagerCreates the NetConnection object for the VideoPlayer class, a helper class for that user facing class.
 NCManagerNativeThe NCManagerNative class is a subclass of the NCManager class and supports native bandwidth detection, which some Flash Video Streaming Service providers may support.
 SkinErrorEventFlash® Player dispatches a SkinErrorEvent object when there is an error loading a skin.
 SoundEventFlash® Player dispatches a SoundEvent object when the user changes the sound by either moving the handle of the volumeBar control or setting the volume or soundTransform property.
 VideoAlignThe VideoAlign class provides constant values to use for the FLVPlayback.align and VideoPlayer.align properties.
 VideoErrorThe VideoError exception is the primary mechanism for reporting runtime errors from the FLVPlayback and VideoPlayer classes.
 VideoEventFlash® Player dispatches a VideoEvent object when the user plays a video.
 VideoPlayerThe VideoPlayer class lets you create a video player with a slightly smaller SWF file than if you used the FLVPlayback component.
 VideoProgressEventFlash® Player dispatches a VideoProgressEvent object when the user makes a request for the number of bytes loaded during a progressive HTTP download of their video.
 VideoScaleModeThe VideoScaleMode class provides constant values to use for the FLVPlayback.scaleMode and VideoPlayer.scaleMode properties.
 VideoStateThe VideoState class provides constant values for the read-only FLVPlayback.state and VideoPlayer.state properties.