John Kirby wrote:


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


maybe playing with this format, theoretically im setting it as minutes, and then it formats the hours from minutes

  <mx:DateFormatter id="playHeadTimeFormat" formatString="HH:NN:SS"/>


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to