Package | org.flowplayer.view |
Class | public class Flowplayer |
Inheritance | Flowplayer ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
Flowplayer(stage:Stage, pluginRegistry:PluginRegistry, panel:Panel, animationEngine:AnimationEngine, canvas:StyleableSprite, errorHandler:ErrorHandler, config:Config, playerSWFBaseURl:String)
| Flowplayer | ||
![]() |
Adds a new clip into the playlist.
| FlowplayerBase | |
![]() |
addKeyListener(keyCode:uint, func:Function):void
| FlowplayerBase | |
![]() |
addToPanel(displayObject:DisplayObject, props:Object, resizeListener:Function = null):void
Adds the specified display object to the panel.
| FlowplayerBase | |
![]() |
Stops the player and closes the stream and connection.
| FlowplayerBase | |
![]() |
createClips(clips:Array):Array
Creates Clip objects from the specified array of objects
| FlowplayerBase | |
![]() |
createLoader():ResourceLoader
Creates a new resource loader.
| FlowplayerBase | |
![]() |
createTextField(fontSize:int = 12, bold:Boolean = false):TextField
Creates a text field with default font.
| FlowplayerBase | |
css(pluginName:String, props:Object = null):Object
| Flowplayer | ||
![]() |
doTogglePlugin(disp:DisplayObject, props:DisplayProperties = null):Boolean
| FlowplayerBase | |
![]() |
handleError(error:ErrorCode, info:Object = null, throwError:Boolean = true):void
Handles the specified error.
| FlowplayerBase | |
![]() |
hidePlugin(pluginName:String):void
| FlowplayerBase | |
initExternalInterface():void
| Flowplayer | ||
![]() |
isFullscreen():Boolean
Is the player in fullscreen mode?
| FlowplayerBase | |
![]() |
isKeyboardShortcutsEnabled():Boolean
| FlowplayerBase | |
![]() |
isPaused():Boolean
Is the player currently paused?
| FlowplayerBase | |
![]() |
isPlaying():Boolean
Is the player currently playing?
| FlowplayerBase | |
![]() |
loadPlugin(pluginName:String, url:String, callback:Function):void
Loads the specified plugin.
| FlowplayerBase | |
![]() |
loadPluginWithConfig(name:String, url:String, properties:Object = null, callback:Function = null):void
| FlowplayerBase | |
![]() |
logging(level:String, filter:String = "*"):void
Configures logging.
| FlowplayerBase | |
![]() |
Moves to next clip in playList.
| FlowplayerBase | |
![]() |
Pauses the current clip.
| FlowplayerBase | |
![]() |
Plays the current clip in playList or the specified clip.
| FlowplayerBase | |
![]() |
playInstream(clip:Clip):void
Starts playing the specified clip "in stream".
| FlowplayerBase | |
![]() |
Moves to previous clip in playList.
| FlowplayerBase | |
![]() |
removeKeyListener(keyCode:uint, func:Function):void
| FlowplayerBase | |
![]() |
reset(pluginNames:Array = null, speed:Number = 500):void
Resets the screen and the controls to their orginal display properties
| FlowplayerBase | |
![]() |
Resumes playback of the current clip.
| FlowplayerBase | |
![]() |
seek(seconds:Number):FlowplayerBase
Seeks to the specified target second value in the clip's timeline.
| FlowplayerBase | |
![]() |
seekRelative(value:Number):FlowplayerBase
Seeks to the specified point.
| FlowplayerBase | |
![]() |
setKeyboardShortcutsEnabled(enabled:Boolean):void
| FlowplayerBase | |
![]() |
setPlaylist(playlist:Array):void
Sets a new playlist.
| FlowplayerBase | |
![]() |
showError(message:String):void
Shows the specified error message in the player area.
| FlowplayerBase | |
![]() |
showPlugin(pluginName:String, props:Object = null):void
| FlowplayerBase | |
![]() |
Starts buffering the current clip in playList.
| FlowplayerBase | |
![]() |
Stops the player and rewinds to the beginning of the playList.
| FlowplayerBase | |
![]() |
Stops buffering.
| FlowplayerBase | |
![]() |
switchStream(clip:Clip, netStreamPlayOptions:Object = null):void
| FlowplayerBase | |
![]() |
toggle():Boolean
Toggles between paused and resumed states.
| FlowplayerBase | |
![]() |
toggleFullscreen():Boolean
Toggles between the full-screen and normal display modeds.
| FlowplayerBase | |
![]() |
togglePlugin(pluginName:String, props:Object = null):Boolean
| FlowplayerBase |
Flowplayer | () | constructor |
public function Flowplayer(stage:Stage, pluginRegistry:PluginRegistry, panel:Panel, animationEngine:AnimationEngine, canvas:StyleableSprite, errorHandler:ErrorHandler, config:Config, playerSWFBaseURl:String)
Parameters
stage:Stage |
|
pluginRegistry:PluginRegistry |
|
panel:Panel |
|
animationEngine:AnimationEngine |
|
canvas:StyleableSprite |
|
errorHandler:ErrorHandler |
|
config:Config |
|
playerSWFBaseURl:String |
css | () | method |
public function css(pluginName:String, props:Object = null):Object
Parameters
pluginName:String |
|
props:Object (default = null )
|
Object |
initExternalInterface | () | method |
public function initExternalInterface():void