Packageorg.openvideoplayer.components.ui.controlbar.view
Classpublic class FlexibleSpacer
InheritanceFlexibleSpacer Inheritance org.openvideoplayer.components.ui.shared.view.base.BaseComponent

This class should be used to replace the scrub bar and will define a left and right column for contorls to be laid out. If you add a control before the FlexibleSpacer class is added it will reside on the left side. If you a control after the FlexibleSpacer class it will reside on the right side.



Public Properties
 PropertyDefined By
  spacerWidth : Number
FlexibleSpacer
Public Methods
 MethodDefined By
  
FlexibleSpacer
Property Detail
spacerWidthproperty
spacerWidth:Number


Implementation
    public function get spacerWidth():Number
    public function set spacerWidth(value:Number):void
Constructor Detail
FlexibleSpacer()Constructor
public function FlexibleSpacer()