That's weird I've never seen this event on my FMS. Do you have to pass special parameters to play() to make this happen? Currently my FMS will simply Stop then Seek to the beginning and finally Play/ Pause. Going back to my previous post I forgot to mention that I do currently have the FLVPlayback component working fully with "complete" events on my server by making that change. When I reviewed the code for the component to determine how to make it work I don't remember seeing the NetStream.Play.Complete event so maybe it's possible they added this sometime recently and their component was never updated to use it?

--Dan--

On Feb 15, 2007, at 4:00 PM, Thijs Triemstra | Collab wrote:

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

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

Reply via email to