Package | basic |
Class | public class VideoBox |
Inheritance | VideoBox ![]() ![]() |
Subclasses | MenuVideoBox |
Property | Defined By | ||
---|---|---|---|
AutoPlay : Boolean [write-only] | VideoBox | ||
![]() | CallEntity : Function | BaseControl | |
CenterVideo : Boolean [write-only] | VideoBox | ||
ClearOnStop : Boolean [write-only] | VideoBox | ||
InMemory : Boolean [write-only] | VideoBox | ||
Loop : Boolean [write-only] | VideoBox | ||
![]() | m_bounds : Rectangle | BaseControl | |
NetStream : Object [read-only] | VideoBox |
Method | Defined By | ||
---|---|---|---|
VideoBox() | VideoBox | ||
![]() | clearMatrix3D():void | BaseControl | |
![]() | getContainer():Sprite | BaseControl | |
getVideoCurrentTime():Number | VideoBox | ||
getVideoDuration():Number | VideoBox | ||
hideTip():void | VideoBox | ||
![]() | onAttached():void | BaseControl | |
![]() | onChildrenAttached():void | BaseControl | |
![]() | onEditorContainerSelected(_arg_1:Boolean, _arg_2:Number, _arg_3:Number, _arg_4:Number, _arg_5:Number, _arg_6:Number, _arg_7:Number):void | BaseControl | |
![]() | onEditorSelected(_arg_1:Boolean, _arg_2:Number, _arg_3:Number, _arg_4:Number, _arg_5:Number, _arg_6:Number, _arg_7:Number):void | BaseControl | |
![]() | onEnterFrameHandler():void | BaseControl | |
onMetadata(_arg_1:Object):void | VideoBox | ||
![]() | onMouseEnabled(_arg_1:Boolean):void | BaseControl | |
onSetConstrained(_arg_1:Boolean):void [override] | VideoBox | ||
onSetData(_arg_1:Object):void | VideoBox | ||
onSetScaleToFill(_arg_1:Boolean):void | VideoBox | ||
onSetSize(_arg_1:Number, _arg_2:Number):void [override] | VideoBox | ||
onSetViewport(_arg_1:Number, _arg_2:Number, _arg_3:Number):void [override] | VideoBox | ||
![]() | onSetVisible(_arg_1:Boolean):void | BaseControl | |
onSubtitles(_arg_1:String, _arg_2:String):void | VideoBox | ||
pause():void | VideoBox | ||
play(rid:String):void | VideoBox | ||
resume():void | VideoBox | ||
seekabsolute(_arg_1:Number):void | VideoBox | ||
seekoffset(_arg_1:Number):void | VideoBox | ||
send_Metadata(_arg_1:Object):void | VideoBox | ||
send_OnStart():void | VideoBox | ||
send_OnStop():void | VideoBox | ||
setFontSize(_arg_1:int):void | VideoBox | ||
setInfoState(_arg_1:String):void | VideoBox | ||
setLoadingScreenData(_arg_1:Object):void | VideoBox | ||
setLoadProgress(_arg_1:Number):void | VideoBox | ||
setObjectiveData(_arg_1:Object):void | VideoBox | ||
setSubtitleBGAlpha(_arg_1:Number):void | VideoBox | ||
setVideoInfoStateUiData(_arg_1:Object):void | VideoBox | ||
showTip(_arg_1:String, _arg_2:Boolean):void | VideoBox | ||
startIndicatorAnim():void | VideoBox | ||
stop():void | VideoBox | ||
stopIndicatorAnim():void | VideoBox | ||
![]() | updateBounds():void | BaseControl |
AutoPlay | property |
AutoPlay:Boolean
[write-only] public function set AutoPlay(value:Boolean):void
CenterVideo | property |
CenterVideo:Boolean
[write-only] public function set CenterVideo(value:Boolean):void
ClearOnStop | property |
ClearOnStop:Boolean
[write-only] public function set ClearOnStop(value:Boolean):void
InMemory | property |
InMemory:Boolean
[write-only] public function set InMemory(value:Boolean):void
Loop | property |
Loop:Boolean
[write-only] public function set Loop(value:Boolean):void
NetStream | property |
NetStream:Object
[read-only] public function get NetStream():Object
VideoBox | () | Constructor |
public function VideoBox()
getVideoCurrentTime | () | method |
public function getVideoCurrentTime():Number
ReturnsNumber |
getVideoDuration | () | method |
public function getVideoDuration():Number
ReturnsNumber |
hideTip | () | method |
public function hideTip():void
onMetadata | () | method |
public function onMetadata(_arg_1:Object):void
Parameters
_arg_1:Object |
onSetConstrained | () | method |
override public function onSetConstrained(_arg_1:Boolean):void
Parameters
_arg_1:Boolean |
onSetData | () | method |
public function onSetData(_arg_1:Object):void
Parameters
_arg_1:Object |
onSetScaleToFill | () | method |
public function onSetScaleToFill(_arg_1:Boolean):void
Parameters
_arg_1:Boolean |
onSetSize | () | method |
override public function onSetSize(_arg_1:Number, _arg_2:Number):void
Parameters
_arg_1:Number | |
_arg_2:Number |
onSetViewport | () | method |
override public function onSetViewport(_arg_1:Number, _arg_2:Number, _arg_3:Number):void
Parameters
_arg_1:Number | |
_arg_2:Number | |
_arg_3:Number |
onSubtitles | () | method |
public function onSubtitles(_arg_1:String, _arg_2:String):void
Parameters
_arg_1:String | |
_arg_2:String |
pause | () | method |
public function pause():void
play | () | method |
public function play(rid:String):void
Parameters
rid:String |
resume | () | method |
public function resume():void
seekabsolute | () | method |
public function seekabsolute(_arg_1:Number):void
Parameters
_arg_1:Number |
seekoffset | () | method |
public function seekoffset(_arg_1:Number):void
Parameters
_arg_1:Number |
send_Metadata | () | method |
public function send_Metadata(_arg_1:Object):void
Parameters
_arg_1:Object |
send_OnStart | () | method |
public function send_OnStart():void
send_OnStop | () | method |
public function send_OnStop():void
setFontSize | () | method |
public function setFontSize(_arg_1:int):void
Parameters
_arg_1:int |
setInfoState | () | method |
public function setInfoState(_arg_1:String):void
Parameters
_arg_1:String |
setLoadingScreenData | () | method |
public function setLoadingScreenData(_arg_1:Object):void
Parameters
_arg_1:Object |
setLoadProgress | () | method |
public function setLoadProgress(_arg_1:Number):void
Parameters
_arg_1:Number |
setObjectiveData | () | method |
public function setObjectiveData(_arg_1:Object):void
Parameters
_arg_1:Object |
setSubtitleBGAlpha | () | method |
public function setSubtitleBGAlpha(_arg_1:Number):void
Parameters
_arg_1:Number |
setVideoInfoStateUiData | () | method |
public function setVideoInfoStateUiData(_arg_1:Object):void
Parameters
_arg_1:Object |
showTip | () | method |
public function showTip(_arg_1:String, _arg_2:Boolean):void
Parameters
_arg_1:String | |
_arg_2:Boolean |
startIndicatorAnim | () | method |
public function startIndicatorAnim():void
stop | () | method |
public function stop():void
stopIndicatorAnim | () | method |
public function stopIndicatorAnim():void