Packageorg.flowplayer.model
Interfacepublic interface DisplayPluginModel extends PluginModel, Identifiable, Callable, Cloneable, DisplayProperties



Public Properties
 PropertyDefined by
 Inheritedalpha : Number
DisplayProperties
 Inheritedbottom : Object
DisplayProperties
 Inheritedconfig : Object
PluginModel
 Inheriteddimensions : Dimensions
DisplayProperties
 Inheriteddisplay : String
DisplayProperties
 Inheritedheight : Object
DisplayProperties
 InheritedheightPct : Number
DisplayProperties
 InheritedheightPx : Number
DisplayProperties
 InheritedisBuiltIn : Boolean
PluginModel
 Inheritedleft : Object
DisplayProperties
 Inheritedname : String
Identifiable
 Inheritedopacity : Number
DisplayProperties
 InheritedpluginObject : Object
PluginModel
 Inheritedposition : Position
DisplayProperties
 Inheritedright : Object
DisplayProperties
 Inheritedtop : Object
DisplayProperties
 Inheritedvisible : Boolean
DisplayProperties
 Inheritedwidth : Object
DisplayProperties
 InheritedwidthPct : Number
DisplayProperties
 InheritedwidthPx : Number
DisplayProperties
 InheritedzIndex : Number
DisplayProperties
Public Methods
 MethodDefined by
 Inherited
addMethod(method:PluginMethod):void
Callable
 Inherited
Cloneable
 Inherited
dispatch(eventType:PluginEventType, eventId:Object = null, info:Object = null, info2:Object = null, info3:Object = null):void
PluginModel
 Inherited
dispatchBeforeEvent(eventType:PluginEventType, eventId:Object = null, info:Object = null, info2:Object = null, info3:Object = null):Boolean
PluginModel
 Inherited
dispatchError(code:PluginError, info:Object = null):void
PluginModel
 Inherited
PluginModel
 Inherited
PluginModel
 Inherited
getDisplayObject():DisplayObject
Gets the associated DisplayObject.
DisplayProperties
 Inherited
getMethod(externalName:String):PluginMethod
Callable
 Inherited
invokeMethod(externalName:String, args:Array = null):Object
Invokes a method that has a return value.
Callable
 Inherited
onBeforePluginEvent(listener:Function):void
PluginModel
 Inherited
onError(listener:Function):void
PluginModel
 Inherited
onLoad(listener:Function):void
PluginModel
 Inherited
onPluginEvent(listener:Function):void
PluginModel
 Inherited
setDisplayObject(displayObject:DisplayObject):void
DisplayProperties
 Inherited
unbind(listener:Function, event:EventType = null, beforePhase:Boolean = false):void
PluginModel