Class mx.controls.streamingmedia.Chrome

MovieClip
   +--mx.controls.streamingmedia.Chrome

Description

This class draws the chrome used by the display and player components.

Field Index

_chromeEdge, _chromeFill, _chromeHilite, _toggleNE, _toggleNW, _toggleSE, _toggleSW, height, showToggles, visible, width
Inherited from MovieClip
_alpha, _currentframe, _droptarget, _focusrect, _framesloaded, _height, _lockroot, _name, _parent, _quality, _rotation, _soundbuftime, _target, _totalframes, _url, _visible, _width, _x, _xmouse, _xscale, _y, _ymouse, _yscale, enabled, focusEnabled, hitArea, tabChildren, tabEnabled, tabIndex, tooltipText, trackAsMenu, useHandCursor

Method Index

new Chrome()

draw(), getAllToggles(), getEnabled(), getOneToggle(), init(), setEnabled(), setSize()
Inherited from MovieClip
attachAudio(), attachMovie(), beginFill(), beginGradientFill(), clear(), createEmptyMovieClip(), createTextField(), curveTo(), duplicateMovieClip(), endFill(), getBounds(), getBytesLoaded(), getBytesTotal(), getDepth(), getInstanceAtDepth(), getNextHighestDepth(), getSWFVersion(), getTextSnapshot(), getURL(), globalToLocal(), gotoAndPlay(), gotoAndStop(), hitTest(), lineStyle(), lineTo(), loadMovie(), loadVariables(), localToGlobal(), moveTo(), nextFrame(), onData(), onDragOut(), onDragOver(), onEnterFrame(), onKeyDown(), onKeyUp(), onKillFocus(), onLoad(), onMouseDown(), onMouseMove(), onMouseUp(), onPress(), onRelease(), onReleaseOutside(), onRollOut(), onRollOver(), onSetFocus(), onUnload(), play(), prevFrame(), removeMovieClip(), setMask(), startDrag(), stop(), stopDrag(), swapDepths(), unloadMovie(), valueOf()

Constructor Detail

Chrome

public function Chrome()

Field Detail

visible

public visible:Boolean

width

public width:Number

height

public height:Number

showToggles

public showToggles:Boolean

_chromeFill

private _chromeFill:MovieClip

_chromeHilite

private _chromeHilite:MovieClip

_chromeEdge

private _chromeEdge:MovieClip

_toggleNW

private _toggleNW:FullScreenToggle

_toggleNE

private _toggleNE:FullScreenToggle

_toggleSW

private _toggleSW:FullScreenToggle

_toggleSE

private _toggleSE:FullScreenToggle

Method Detail

init

private function init():Void

setSize

public function setSize(w:
Number, h:Number):Void

draw

public function draw():Void

getAllToggles

public function getAllToggles():
Array
Return
All the toggles

getOneToggle

public function getOneToggle():
FullScreenToggle
Return
An active full-screen toggle. There is currently only one: NE.

getEnabled

public function getEnabled():
Boolean

setEnabled

public function setEnabled(is:
Boolean):Void