| Package | com.fxcomponents.controls |
| Class | public class FXVideo |
| Inheritance | FXVideo mx.controls.VideoDisplay |
Hide MXML Syntax
The <controls:FXVideo> tag inherits all the tag
attributes of its superclass, and adds the following tag attributes:
<controls:FXVideo
Styles
backColor="0x555555"
frontColor="0xeeeeee"
controlBarHeight="21"
timerFontName="Verdana"
timerFontSize="9"
/>
| Property | Defined by | ||
|---|---|---|---|
| adjustVolumeOnScroll : Boolean
Specifies whether the volume should adjust when users
scroll over the video.
| FXVideo | ||
| Method | Defined by | ||
|---|---|---|---|
|
FXVideo()
Constructor.
| FXVideo | ||
| Method | Defined by | ||
|---|---|---|---|
|
commitProperties():void
Commits any changes to component properties, either to make the
changes occur at the same time, or to ensure that properties are set in
a specific order.
| FXVideo | ||
|
createChildren():void
Creates any child components of the component.
| FXVideo | ||
|
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Sizes and positions the children of the component on the screen based on
all previous property and style settings, and draws any skins or graphic
elements used by the component.
| FXVideo | ||
| adjustVolumeOnScroll | property |
adjustVolumeOnScroll:Boolean [read-write]Specifies whether the volume should adjust when users scroll over the video.
The default value is true.
public function get adjustVolumeOnScroll():Boolean
public function set adjustVolumeOnScroll(value:Boolean):void
| FXVideo | () | constructor |
public function FXVideo()Constructor.
| commitProperties | () | method |
protected override function commitProperties():voidCommits any changes to component properties, either to make the changes occur at the same time, or to ensure that properties are set in a specific order.
| createChildren | () | method |
protected override function createChildren():voidCreates any child components of the component. For example, the ComboBox control contains a TextInput control and a Button control as child components.
| updateDisplayList | () | method |
protected override function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidSizes and positions the children of the component on the screen based on all previous property and style settings, and draws any skins or graphic elements used by the component. The parent container for the component determines the size of the component itself.
ParametersunscaledWidth:Number |
|
unscaledHeight:Number |