| Package | com.cmiscm.videos.events |
| Class | public class VideoTimeEvent |
| Inheritance | VideoTimeEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| curMin : int | VideoTimeEvent | ||
| curSec : int | VideoTimeEvent | ||
| realTime : Number | VideoTimeEvent | ||
| totalMin : int | VideoTimeEvent | ||
| totalSec : int | VideoTimeEvent | ||
| Method | Defined By | ||
|---|---|---|---|
VideoTimeEvent(type:String, $real_time:Number = 0, $total_min:int = 0, $total_sec:int = 0, $min:int = 0, $sec:int = 0, bubbles:Boolean = false, cancelable:Boolean = false) | VideoTimeEvent | ||
clone():Event [override] | VideoTimeEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| CHANGE_TIME : String = change_time [static] | VideoTimeEvent | ||
| curMin | property |
public var curMin:int| curSec | property |
public var curSec:int| realTime | property |
public var realTime:Number| totalMin | property |
public var totalMin:int| totalSec | property |
public var totalSec:int| VideoTimeEvent | () | Constructor |
public function VideoTimeEvent(type:String, $real_time:Number = 0, $total_min:int = 0, $total_sec:int = 0, $min:int = 0, $sec:int = 0, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
$real_time:Number (default = 0) | |
$total_min:int (default = 0) | |
$total_sec:int (default = 0) | |
$min:int (default = 0) | |
$sec:int (default = 0) | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| CHANGE_TIME | Constant |
public static const CHANGE_TIME:String = change_time