Title: quote
Dan Rossi said the following:
<mx:DateFormatter id="playHeadTimeFormat" formatString="NN:SS"/>
private function updatePlayHead(event:TimerEvent):void
{
playHeadTime.setMinutes(0,ns.time,0);
preloadBar.playHeadTime.text =
playHeadTimeFormat.format(playHeadTime).toString();
}
Yup it doesn't work with hours... or I couldn't make it work
this
is what i have, it seems to do funky stuff with ram, u can monitor
that with the System.totelMemory setting, im not sure if it will show
hours.
statusBar.statsMemoryUsed.text =
Math.round(flash.system.System.totalMemory / 1000000).toString();
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
--
Whether you think that you can, or that you
can't, you are usually right.
- Henry Ford
|
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org