[Flashcoders] delay when seeking in Video

2006-08-22 Thread Aaron Hedquist
(Redirected by Xavier [EMAIL PROTECTED]) Hello I am developing a CDROM with videos that use FLVPlayback Component. When I load a video whith high duration and I want to make a seek advancing a significant quantity of time, searching delays many seconds, like in an streaming loading. The fact

Re: [Flashcoders] delay when seeking in Video

2006-08-22 Thread Count Schemula
CD-ROM are pretty slow to seek. How does it work off the hard drive? On 8/22/06, Aaron Hedquist [EMAIL PROTECTED] wrote: (Redirected by Xavier [EMAIL PROTECTED]) Hello I am developing a CDROM with videos that use FLVPlayback Component. When I load a video whith high duration and I want to

Re: [Flashcoders] delay when seeking in Video

2006-08-22 Thread Johannes Nel
if its a cdrom then progressive load is used and seek should in theory only be affected for a very short time. you can consider loading the video earlier, or using a interval of somekind 'and show a little load screen. i had this problem for a bit when i used the mediaplayback component, but

Re: [Flashcoders] delay when seeking in Video

2006-08-22 Thread Xavier
My Flash aplication runs in a local machine. I´m debugging in the hard drive (In CDROM it will be worst...) The specification of the application is: Flash 8 SWF compiled with MTASC FLVPlayback Component wichh manages an external flv video The video is encoding with On2 VP6 The duration of the