Hi Dan,

Im certainly not getting the onPlayStatus event !

public function onPlayStatus(event:Object):void
{
    switch (event.code)
    {
        case "NetStream.Play.Complete":

        break;
        case "NetStream.Play.Switch":

        break;
    }

    trace(event.code);
}

This is a known issue, NetStream.Play.Complete isn't fixed yet, check http://jira.red5.org/browse/APPSERVER-50 for more info.

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

Reply via email to