Hi? List!
I am trying to implement flv streaming as described here
http://www.flashcomguru.com/index.cfm/2005/11/2/Streaming-flv-video-via-PHP-
take-two

I have a FLV file 100Mb.
It's working fine in IE. When I am trying to seek in IE it works ok taking a
usual behavior 
code:   NetStream.Play.Start
        code:   NetStream.Buffer.Full
        code:   NetStream.Buffer.Empty
        code:   NetStream.Buffer.Full
        code:   NetStream.Buffer.Empty
        code:   NetStream.Buffer.Full

But it's fail in FireFox :( " NetStream.Buffer.Flush" resets a buffer
It seems like a double loading issue. Any way to fix it for FF users?
Thanks in reply.

code:   NetStream.Play.Start
        code:   NetStream.Play.Stop
        code:   NetStream.Play.Stop
        code:   NetStream.Play.Stop
        code:   NetStream.Play.Stop
        code:   NetStream.Play.Stop
        code:   NetStream.Play.Stop
        code:   NetStream.Buffer.Flush
        code:   NetStream.Buffer.Flush
        code:   NetStream.Buffer.Flush
        code:   NetStream.Play.Stop
        code:   NetStream.Buffer.Flush
        code:   NetStream.Play.Stop
        code:   NetStream.Play.Stop
        code:   NetStream.Play.Stop
        code:   NetStream.Play.Stop


_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to