PlayerControls
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Classpath: | mx.controls.streamingmedia.config.PlayerControls |
| File last modified: | Tuesday, 18 December 2007, 15:44:38 |
Summary
Constructor
Instance properties
- controlsLabel : Label
- placementGroup : RadioButtonGroup
- topRadioButton : RadioButton
- bottomRadioButton : RadioButton
- leftRadioButton : RadioButton
- rightRadioButton : RadioButton
- policyLabel : Label
- policyGroup : RadioButtonGroup
- offRadioButton : RadioButton
- autoRadioButton : RadioButton
- policyListener : Object
- placementListener : Object
Instance methods
- init : Void
- Initialize from the constructor
- initOnFrame1 : Void
- handlePolicy : Void
- handleControlPlacement : Void
- updateData (name:String, value:Object) : Void
- Update a data item to the xch object.
- getPolicy : String
- getPlacement : String
Event handlers
Constructor
PlayerControls
function PlayerControls (
)
Instance properties
autoRadioButton
bottomRadioButton
controlsLabel
leftRadioButton
offRadioButton
placementGroup
placementListener
private placementListener:Object
(read)
policyGroup
policyLabel
policyListener
private policyListener:Object
(read)
rightRadioButton
topRadioButton
Instance methods
getPlacement
private function getPlacement (
) : String
Returns:
- The selected control position.
getPolicy
private function getPolicy (
) : String
Returns:
- The selected policy
handleControlPlacement
function handleControlPlacement (
) : Void
handlePolicy
function handlePolicy (
) : Void
init
private function init (
) : Void
Initialize from the constructor
initOnFrame1
private function initOnFrame1 (
) : Void
updateData
function updateData (
name:String,
value:Object) : Void
Update a data item to the xch object.