The FLV component (both 7 and 8) are totally messed up when it comes to calling seek manually on an interval or enterFrame. I mean, it's pretty ridiculous that such an obvious bug got through QA. Allegedly, there is an undocumented public method that exposes the true seek method of the FLVPlayback component, but I suggest the following.

You have two choices.

1) Use the standalone Flash 8 Seekbar Component to interact with the F8 FLVPlayback Component. You can skin this to do whatever you want and it seeks the FLVPlayback Component without issue.

2) Use a Video component and write your own NetStream and NetConnection class and use the seek() method of it, which does not have the bug. I suggest this using this method.


_______________________________________________
Flashcoders@chattyfig.figleaf.com
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