just tried with a few videos
NetStream.Play.Stop
NetStream.Play.Reset
NetStream.Play.Start
NetStream.Pause.Notify
NetStream.Buffer.Flush
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);
}
doesnt get called it seems to want to start again after it has stopped ?
Steven Gong wrote:
> Does it occur everything at the end of VOD?
>
> On 2/15/07, Dan Rossi <[EMAIL PROTECTED]> wrote:
>>
>> Hi there im for some reason getting pause notify events when a stream
>> has ended, i dont seem to get the onPlayStatus event to get a complete
>> event. Here is what happens
>>
>> NetStream.Play.Stop
>> NetStream.Play.Reset
>> 05:36:23.890 [INFO] Subscriber Playback Started
>> NetStream.Play.Start
>> 05:36:23.890 [INFO] Subscriber Playback Paused
>> NetStream.Pause.Notify
>> NetStream.Buffer.Flush
>>
>>
>> Any ideas, do i have it wrong again how to call a VOD clip properly ?
>>
>> _______________________________________________
>> 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
>
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org