| Package | graphics.events |
| Class | public class FrameLabelEvent |
| Inheritance | FrameLabelEvent BasicEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
![]() | context : *
Determinates the optional context of this event. | BasicEvent | |
| frameLabel : FrameLabel
Determinates the FrameLabel reference. | FrameLabelEvent | ||
![]() | target : Object [override]
Indicates the custom event target. | BasicEvent | |
![]() | timeStamp : uint [read-only]
Indicates the timestamp of the event. | BasicEvent | |
![]() | type : String [override]
Returns the type of event. | BasicEvent | |
| Method | Defined By | ||
|---|---|---|---|
FrameLabelEvent(type:String, frame:FrameLabel = null, target:Object = null, context:* = null, bubbles:Boolean = false, cancelable:Boolean = false, time:Number = 0)
Creates a new FrameLabelEvent instance. | FrameLabelEvent | ||
clone():Event [override]
Returns the shallow copy of this object. | FrameLabelEvent | ||
![]() | dispatch(channel:String = null):void
Dispatch the event with the global event flow. | BasicEvent | |
toString():String [override]
Returns the string representation of this event. | FrameLabelEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| FRAME_LABEL : String = frameLabel [static]
The name of the event when a frame label is found in a MovieClip during this playing process. | FrameLabelEvent | ||
| frameLabel | property |
frameLabel:FrameLabelDeterminates the FrameLabel reference.
public function get frameLabel():FrameLabel public function set frameLabel(value:FrameLabel):void| FrameLabelEvent | () | Constructor |
public function FrameLabelEvent(type:String, frame:FrameLabel = null, target:Object = null, context:* = null, bubbles:Boolean = false, cancelable:Boolean = false, time:Number = 0)Creates a new FrameLabelEvent instance.
Parameterstype:String — the string type of the instance.
| |
frame:FrameLabel (default = null) — The FrameLabel reference of this event.
| |
target:Object (default = null) — the target of the event.
| |
context:* (default = null) — the optional context object of the event.
| |
bubbles:Boolean (default = false) — indicates if the event is a bubbling event.
| |
cancelable:Boolean (default = false) — indicates if the event is a cancelable event.
| |
time:Number (default = 0) — this optional parameter is used in the eden deserialization to copy the timestamp value of this event.
|
| clone | () | method |
override public function clone():EventReturns the shallow copy of this object.
ReturnsEvent — the shallow copy of this object.
|
| toString | () | method |
override public function toString():StringReturns the string representation of this event.
ReturnsString — the string representation of this event.
|
| FRAME_LABEL | Constant |
public static const FRAME_LABEL:String = frameLabelThe name of the event when a frame label is found in a MovieClip during this playing process.