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 video is over 48 minutes I have included several Cue Points in the video. The application has a menu with the chapters in wich the video has divided. When I push one of the last chapters the video freezes during more than 20 seconds. The code of seeking is like this: public function seekVideo(time : Number) : Void { clipDestino.video.controles.progreso.enabled=false; //Control of progress bar clipDestino.video.controles.progreso.play(); //Forces video to play videoCurso.seek(time); } I hope this will be enough information. thank you *********** REPLY SEPARATOR *********** On 22/08/2006 at 15:10 Johannes Nel wrote: >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 >when i swapped to the media display and a seperate media controller and set >the associated display this problem disapeared (weird eh?). this was flex >1.5 so... dunno iof that will help :) > >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 make a seek advancing a >> significant quantity of time, searching delays many seconds, like in an >> streaming loading. >> >> The fact is that when the video is very long the time of delay is >> excessive. >> >> I have tried to change the property "bufferTime" whithout success. >> >> I would like to know if someone of this list already has met something >> similar and has been capable of solving it. >> >> Thank you very much >> >> _______________________________________________ >> 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 >> > > > >-- >j:pn >http://www.lennel.org >_______________________________________________ >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 _______________________________________________ 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