Main Page | Packages | Class Tree | Index | Help

mx.controls.streamingmedia

class Chrome

Object
  |
  +--MovieClip
        |
        +--mx.controls.streamingmedia.Chrome


class Chrome
extends MovieClip

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


Author:
Andrew Guldman


Field Summary

public
height: Number


public
showToggles: Boolean


public
visible: Boolean
The public vars are normally sent in an initObj

public
width: Number


Fields inherited from class 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

Fields inherited from class Object

__proto__, constructor, prototype

Constructor

public
Chrome ( )


Method Summary

public
draw ( ): Void


public
getAllToggles ( ): Array


public
getEnabled ( ): Boolean


public
getOneToggle ( ): FullScreenToggle


public
setEnabled ( is: Boolean ): Void


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


Methods inherited from class 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

Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Field Documentation

height

public var height: Number

showToggles

public var showToggles: Boolean

visible

public var visible: Boolean
The public vars are normally sent in an initObj

width

public var width: Number

Constructor Documentation

Chrome

public function Chrome()

Method Documentation

draw

public function draw(): Void

getAllToggles

public function getAllToggles(): Array
Returns:
All the toggles

getEnabled

public function getEnabled(): Boolean

getOneToggle

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

setEnabled

public function setEnabled(is: Boolean): Void

setSize

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

The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc