Class mx.controls.streamingmedia.config.FrameVideoTime

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

Field Index

fpsComboBox, fpsHandler, frameTextField, hoursTextField, minutesTextField, otherFpsTextField, secondsTextField, videoTime
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 FrameVideoTime()

getFps(), handleFps(), init(), initOnFrame1(), isOther(), setOther(), updateTime()
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

FrameVideoTime

public function FrameVideoTime()

Field Detail

hoursTextField

private hoursTextField:TextField

minutesTextField

private minutesTextField:TextField

secondsTextField

private secondsTextField:TextField

videoTime

private videoTime:VideoTime

frameTextField

private frameTextField:TextField

otherFpsTextField

private otherFpsTextField:TextField

fpsComboBox

private fpsComboBox:ComboBox

fpsHandler

private fpsHandler:Object

Method Detail

init

private function init():Void

initOnFrame1

private function initOnFrame1():Void

isOther

private function isOther():
Boolean

setOther

private function setOther(flag:
Boolean):Void

handleFps

public function handleFps(fps):Void

getFps

private function getFps():
Number

updateTime

public function updateTime():Void