Class mx.controls.streamingmedia.config.VideoTime

MovieClip
   +--mx.controls.streamingmedia.config.VideoTime

Field Index

displayControls, frameVideoTime, msCheckBox, msHandler, msVideoTime, showingMs, videoTimeLabel
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 VideoTime()

getDisplayControls(), getVariableName(), handleMsCheckBox(), init(), initOnFrame1(), refresh(), showFrames(), showMilliseconds(), updateData()
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

VideoTime

public function VideoTime()

Field Detail

msCheckBox

private msCheckBox:CheckBox

videoTimeLabel

private videoTimeLabel:Label

msVideoTime

private msVideoTime:MsVideoTime

frameVideoTime

private frameVideoTime:FrameVideoTime

displayControls

private displayControls:DisplayControls

showingMs

private showingMs:Boolean

msHandler

private msHandler:Object

Method Detail

init

private function init():Void

initOnFrame1

private function initOnFrame1():Void

refresh

public function refresh():Void

getDisplayControls

public function getDisplayControls():
DisplayControls

getVariableName

public function getVariableName(id:
String):String

updateData

public function updateData(id:
String, value:Object):Void

showMilliseconds

public function showMilliseconds():Void
Show the milliseconds display.

showFrames

public function showFrames():Void

handleMsCheckBox

public function handleMsCheckBox(selected):Void