Packagedigicrafts.events
Classpublic class RotatorEvent
InheritanceRotatorEvent Inheritance flash.events.Event

Events from BannerRotator



Public Properties
 PropertyDefined by
  data : Object = null
The data object corresponding to current event.
RotatorEvent
Public Methods
 MethodDefined by
  
RotatorEvent(type:String, data:Object = null)
Constructor
RotatorEvent
  
clone():Event
Clone Events
RotatorEvent
Public Constants
 ConstantDefined by
  BUFFER_COMPLETE : String = "bufferEnd"
[static] When the image buffering is complete
RotatorEvent
  BUFFER_START : String = "bufferStart"
[static] When the BannerRotator start buffering the selected image
RotatorEvent
  READY : String = "rotatorReady"
[static] When BannerRotator is loaded and readyto start
RotatorEvent
  TRANSITION_COMPLETE : String = "transitionComplete"
[static] When the transition effect is completed
RotatorEvent
  TRANSITION_STRAT : String = "transitionStart"
[static] Whent the transition effect is begin start
RotatorEvent
Property detail
dataproperty
public var data:Object = null

The data object corresponding to current event.

Constructor detail
RotatorEvent()constructor
public function RotatorEvent(type:String, data:Object = null)

Constructor

Parameters
type:String
 
data:Object (default = null)
Method detail
clone()method
public override function clone():Event

Clone Events

Returns
Event
Constant detail
BUFFER_COMPLETEconstant
public static const BUFFER_COMPLETE:String = "bufferEnd"

When the image buffering is complete

BUFFER_STARTconstant 
public static const BUFFER_START:String = "bufferStart"

When the BannerRotator start buffering the selected image

READYconstant 
public static const READY:String = "rotatorReady"

When BannerRotator is loaded and readyto start

TRANSITION_COMPLETEconstant 
public static const TRANSITION_COMPLETE:String = "transitionComplete"

When the transition effect is completed

TRANSITION_STRATconstant 
public static const TRANSITION_STRAT:String = "transitionStart"

Whent the transition effect is begin start