Packagecom.adobe.portfolio.skins
Classpublic class VideoPreviewSkin
InheritanceVideoPreviewSkin Inheritance spark.skins.SparkSkin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

The default skin class for the Portfolio VideoPreview component.

Default MXML PropertymxmlContent

See also

com.adobe.portfolio.previews.VideoPreview


Public Properties
 PropertyDefined By
  controlBar : Group
VideoPreviewSkin
  currentTimeDisplay : Label
VideoPreviewSkin
  durationDisplay : Label
VideoPreviewSkin
  hostComponent : VideoPreview
VideoPreviewSkin
  hoverPlay : Button
VideoPreviewSkin
  mediaPlayerStateDisplay : Label
VideoPreviewSkin
  mouseButton : Button
VideoPreviewSkin
  muteButton : MuteButton
VideoPreviewSkin
  playerControls : Group
VideoPreviewSkin
  playPauseButton : ToggleButton
VideoPreviewSkin
  scrubBar : ScrubBar
VideoPreviewSkin
  shadow : RectangularDropShadow
VideoPreviewSkin
  slideEase : Power
VideoPreviewSkin
  videoDisplay : VideoDisplay
The subcomponent that loads the video but does not define the appearance of the VideoPlayer component.
VideoPreviewSkin
Public Methods
 MethodDefined By
  
Constructor.
VideoPreviewSkin
Property Detail
controlBarproperty
public var controlBar:Group

This property can be used as the source for data binding.

currentTimeDisplayproperty 
public var currentTimeDisplay:Label

This property can be used as the source for data binding.

durationDisplayproperty 
public var durationDisplay:Label

This property can be used as the source for data binding.

hostComponentproperty 
public var hostComponent:VideoPreview

This property can be used as the source for data binding.

hoverPlayproperty 
public var hoverPlay:Button

This property can be used as the source for data binding.

mediaPlayerStateDisplayproperty 
public var mediaPlayerStateDisplay:Label

This property can be used as the source for data binding.

mouseButtonproperty 
public var mouseButton:Button

This property can be used as the source for data binding.

muteButtonproperty 
public var muteButton:MuteButton

This property can be used as the source for data binding.

playerControlsproperty 
public var playerControls:Group

This property can be used as the source for data binding.

playPauseButtonproperty 
public var playPauseButton:ToggleButton

This property can be used as the source for data binding.

scrubBarproperty 
public var scrubBar:ScrubBar

This property can be used as the source for data binding.

shadowproperty 
public var shadow:RectangularDropShadow

This property can be used as the source for data binding.

slideEaseproperty 
public var slideEase:Power

This property can be used as the source for data binding.

videoDisplayproperty 
public var videoDisplay:VideoDisplay

The subcomponent that loads the video but does not define the appearance of the VideoPlayer component.

This property can be used as the source for data binding.

Constructor Detail
VideoPreviewSkin()Constructor
public function VideoPreviewSkin()

Constructor.