| Package | com.rockonflash.papervision3d.events |
| Class | public class SWFManagerEvent |
| Inheritance | SWFManagerEvent flash.events.Event |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
SWFManagerEvent(type:String, p_id:String, p_target:MovieClip, bubbles:Boolean = false, cancelable:Boolean = false)
| SWFManagerEvent | ||
| id | property |
public var id:String = ""The friendly id given to SWFManager when the asset was called for loading
| mc | property |
public var mc:MovieClipThe MovieClip container where the SWF asset was added to the displayList
| 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) |