as3 netstream double audio?

Out of context: Reply #4

  • Started
  • Last post
  • 10 Responses
  • wwfc0

    ...would this be anything to with it? the flvs are all loaded via xml - should i be doing this differently?

    private function onUpdateTimer(event:TimerEvent...
    {
    trace("Test.onUpdateTimer()");
    trace("\t"+_stream.bytesLoaded+" of "+_stream.bytesTotal+" bytes loaded.");
    trace("\t"+_stream.time+" of "+_metaData.duration+" played.");
    trace("\t_stream.bufferLength...

    if (_stream.time >= _metaData.duration)
    {
    _updateTimer.removeEventListener... onUpdateTimer);
    _updateTimer = null;
    }
    }

View thread