| Package | com.apdevblog.ui.video.style |
| Class | public class ApdevVideoPlayerDefaultStyle |
| Inheritance | ApdevVideoPlayerDefaultStyle Object |
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9 |
| Property | Defined By | ||
|---|---|---|---|
| barBg : uint = 0x58503c
background color of time-bar
| ApdevVideoPlayerDefaultStyle | ||
| barBgAlpha : Number = 0.5
alpha of time-bar
| ApdevVideoPlayerDefaultStyle | ||
| barKnob : uint = 0xffffff
color of the knob on the time-bar
| ApdevVideoPlayerDefaultStyle | ||
| barKnobOutline : uint = 0x000000
color of the knob's outline on the time-bar
| ApdevVideoPlayerDefaultStyle | ||
| barKnobOutlineAlpha : Number = 0.2
alpha of the knob's outline on the time-bar
| ApdevVideoPlayerDefaultStyle | ||
| barLoading : uint = 0x58503c
background color of time-bar (loading)
| ApdevVideoPlayerDefaultStyle | ||
| barPlaying : uint = 0xc6ae6a
background color of time-bar (playing)
| ApdevVideoPlayerDefaultStyle | ||
| bgGradient1 : uint = 0x393324
background gradient color top
| ApdevVideoPlayerDefaultStyle | ||
| bgGradient1Alpha : Number = 1.0
background gradient alpha top
| ApdevVideoPlayerDefaultStyle | ||
| bgGradient2 : uint = 0x000000
background gradient color bottom
| ApdevVideoPlayerDefaultStyle | ||
| bgGradient2Alpha : Number = 1.0
background gradient alpha bottom
| ApdevVideoPlayerDefaultStyle | ||
| btnGradient1 : uint = 0x393324
btn's background gradient color top
| ApdevVideoPlayerDefaultStyle | ||
| btnGradient2 : uint = 0x000000
btn's background gradient color bottom
| ApdevVideoPlayerDefaultStyle | ||
| btnIcon : uint = 0xc6ae6a
btn's icon color
| ApdevVideoPlayerDefaultStyle | ||
| btnRollOverGlow : uint = 0xffffff
btn's icon glow color
| ApdevVideoPlayerDefaultStyle | ||
| btnRollOverGlowAlpha : Number = 0.45
btn's icon glow alpha
| ApdevVideoPlayerDefaultStyle | ||
| controlsBg : uint = 0x000000
background color for videocontrols
| ApdevVideoPlayerDefaultStyle | ||
| controlsBgAlpha : Number = 0.0
videocontrols' background alpha
| ApdevVideoPlayerDefaultStyle | ||
| controlsPaddingLeft : uint = 0
videocontrols padding left side (in pixel)
| ApdevVideoPlayerDefaultStyle | ||
| controlsPaddingRight : uint = 0
videocontrols padding right side (in pixel)
| ApdevVideoPlayerDefaultStyle | ||
| ignoreFlashvars : Boolean = false
flag for ignoring any style-info passed via flashvars
| ApdevVideoPlayerDefaultStyle | ||
| playIcon : uint = 0xFFFFFF
color of the big play icon (only shown when using jpg at the beginning)
| ApdevVideoPlayerDefaultStyle | ||
| playIconAlpha : Number = 1.0
alpha of the big play icon
| ApdevVideoPlayerDefaultStyle | ||
| timerBg : uint = 0x000000
background color for timer control
| ApdevVideoPlayerDefaultStyle | ||
| timerBgAlpha : Number = 0.0
timercontrol's background alpha
| ApdevVideoPlayerDefaultStyle | ||
| timerDown : uint = 0x58503c
text color when timer is counting down
| ApdevVideoPlayerDefaultStyle | ||
| timerUp : uint = 0xc6ae6a
text color when timer is counting up
| ApdevVideoPlayerDefaultStyle | ||
| Method | Defined By | ||
|---|---|---|---|
feedFlashvars(flashvars:Object):void
check passed flashvars for style information
| ApdevVideoPlayerDefaultStyle | ||
| barBg | property |
public var barBg:uint = 0x58503cbackground color of time-bar
| barBgAlpha | property |
public var barBgAlpha:Number = 0.5alpha of time-bar
| barKnob | property |
public var barKnob:uint = 0xffffffcolor of the knob on the time-bar
| barKnobOutline | property |
public var barKnobOutline:uint = 0x000000color of the knob's outline on the time-bar
| barKnobOutlineAlpha | property |
public var barKnobOutlineAlpha:Number = 0.2alpha of the knob's outline on the time-bar
| barLoading | property |
public var barLoading:uint = 0x58503cbackground color of time-bar (loading)
| barPlaying | property |
public var barPlaying:uint = 0xc6ae6abackground color of time-bar (playing)
| bgGradient1 | property |
public var bgGradient1:uint = 0x393324background gradient color top
| bgGradient1Alpha | property |
public var bgGradient1Alpha:Number = 1.0background gradient alpha top
| bgGradient2 | property |
public var bgGradient2:uint = 0x000000background gradient color bottom
| bgGradient2Alpha | property |
public var bgGradient2Alpha:Number = 1.0background gradient alpha bottom
| btnGradient1 | property |
public var btnGradient1:uint = 0x393324btn's background gradient color top
| btnGradient2 | property |
public var btnGradient2:uint = 0x000000btn's background gradient color bottom
| btnIcon | property |
public var btnIcon:uint = 0xc6ae6abtn's icon color
| btnRollOverGlow | property |
public var btnRollOverGlow:uint = 0xffffffbtn's icon glow color
| btnRollOverGlowAlpha | property |
public var btnRollOverGlowAlpha:Number = 0.45btn's icon glow alpha
| controlsBg | property |
public var controlsBg:uint = 0x000000background color for videocontrols
| controlsBgAlpha | property |
public var controlsBgAlpha:Number = 0.0videocontrols' background alpha
| controlsPaddingLeft | property |
public var controlsPaddingLeft:uint = 0videocontrols padding left side (in pixel)
| controlsPaddingRight | property |
public var controlsPaddingRight:uint = 0videocontrols padding right side (in pixel)
| ignoreFlashvars | property |
public var ignoreFlashvars:Boolean = falseflag for ignoring any style-info passed via flashvars
| playIcon | property |
public var playIcon:uint = 0xFFFFFFcolor of the big play icon (only shown when using jpg at the beginning)
| playIconAlpha | property |
public var playIconAlpha:Number = 1.0alpha of the big play icon
| timerBg | property |
public var timerBg:uint = 0x000000background color for timer control
| timerBgAlpha | property |
public var timerBgAlpha:Number = 0.0timercontrol's background alpha
| timerDown | property |
public var timerDown:uint = 0x58503ctext color when timer is counting down
| timerUp | property |
public var timerUp:uint = 0xc6ae6atext color when timer is counting up
| feedFlashvars | () | method |
public function feedFlashvars(flashvars:Object):voidcheck passed flashvars for style information
Parameters
flashvars:Object — object containing flashvars
|