Main Page | Packages | Class Tree | Index | Help

mx.controls.streamingmedia

class FullScreenToggle

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


class FullScreenToggle
extends MovieClip

FullScreenToggle toggles the display of the streaming media player between normal and fullscreen.


Author:
Andrew Guldman


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
FullScreenToggle ( )
Constructor

Method Summary

public
displayFull ( noAction: Boolean ): Void
Make the display full screen.

public
displayNormal ( noAction: Boolean ): Void
Make the display normal.

public
getEnabled ( ): Boolean


public
getPlayer ( ): MediaPlayback


public
isFullScreen ( ): Boolean


public
setEnabled ( is: Boolean ): Void


public
toggleDisplay ( ): Void
Toggle the display between full screen and normal mode.

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



Constructor Documentation

FullScreenToggle

public function FullScreenToggle()
Constructor


Method Documentation

displayFull

public function displayFull(noAction: Boolean): Void
Make the display full screen.

If the component is contained in a ScrollView it will be displayed in the ScrollView.

Parameters:
noAction
True: don't act on the player. False: do.

displayNormal

public function displayNormal(noAction: Boolean): Void
Make the display normal.

Parameters:
noAction
True: don't act on the player. False: do.

getEnabled

public function getEnabled(): Boolean

getPlayer

public function getPlayer(): MediaPlayback

isFullScreen

public function isFullScreen(): Boolean
Returns:
True if the display is full screen; false if not.

setEnabled

public function setEnabled(is: Boolean): Void

toggleDisplay

public function toggleDisplay(): Void
Toggle the display between full screen and normal mode.


The documentation was generated from the following file:


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