Packagecom.rockonflash.papervision3d.events
Classpublic class SWFManagerEvent
InheritanceSWFManagerEvent Inheritance flash.events.Event

Dispatched by SWFManager when it's completely loaded a SWF file



Public Properties
 PropertyDefined by
  id : String = ""
The friendly id given to SWFManager when the asset was called for loading
SWFManagerEvent
  mc : MovieClip
The MovieClip container where the SWF asset was added to the displayList
SWFManagerEvent
Public Methods
 MethodDefined by
  
SWFManagerEvent(type:String, p_id:String, p_target:MovieClip, bubbles:Boolean = false, cancelable:Boolean = false)
SWFManagerEvent
Property detail
idproperty
public var id:String = ""

The friendly id given to SWFManager when the asset was called for loading

mcproperty 
public var mc:MovieClip

The MovieClip container where the SWF asset was added to the displayList

Constructor detail
SWFManagerEvent()constructor
public function SWFManagerEvent(type:String, p_id:String, p_target:MovieClip, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
p_id:String
 
p_target:MovieClip
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)