Package | at.containers |
Class | public class VideoPopUpContainer |
Inheritance | VideoPopUpContainer ![]() ![]() |
Implements | IVideoPopUpContainer |
Property | Defined by | ||
---|---|---|---|
![]() | availableHeight : Number
The
height available in the component, minus the padding. | OverlayWindow | |
![]() | availableWidth : Number
The
width available in the component, minus the padding. | OverlayWindow | |
source : String
The video source file to play.
| VideoPopUpContainer | ||
![]() | titleBarComponent : UIComponent
The component in the
TitleWindow that is the
titleBar . | OverlayWindow | |
videoClassSettings : Object | VideoPopUpContainer |
Method | Defined by | ||
---|---|---|---|
destroy():void
Overrides the
OverlayWindow destroy method and
stops the video before destruction. | VideoPopUpContainer | ||
getVideoModule():*
| VideoPopUpContainer |
Event | Summary | Defined by | ||
---|---|---|---|---|
VideoPopUpContainer |
source | property |
source:String
[read-write]The video source file to play.
The default value is null
.
public function get source():String
public function set source(value:String):void
videoClassSettings | property |
videoClassSettings:Object
[read-write]Implementation
public function get videoClassSettings():Object
public function set videoClassSettings(value:Object):void
destroy | () | method |
public override function destroy():void
Overrides the OverlayWindow
destroy method and
stops the video before destruction.
getVideoModule | () | method |
public function getVideoModule():*
Returns
* |
ready | event |