Dear Friends, I am developing flv player, using Flash Communication Server and Flash MX 2004 Professional, without using the built-in components. It's almost finished now but I am facing one problem in it. The problem is discussed below: I've three flv files on the Server with the names clip1.flv, clip2.flv and clip3.flv respectively. When the running time becomes equal to the total time for the movie , then clip2.flv loads on main screen. I've applied these simple conditions for this purpose: if (_global.ns.time == n_vLen) { if (_global.vno == _global.mchk) { nc.close(); gotoAndStop("END"); } else { _global.vno =_global.vno+1; init(); } } It's working absolutely fine in Flash 7 player on Web as well as Local systems. But when it comes to Flash 8 player, it doesn't. clip2.flv gets stuck in the end and so clip3.flv never loads. Remember, I am using Flash Communication Server and Flash MX 2004 Professional so all files are located in theApplication folder with Flash MX 2004 format. Solution to this problem would be highly appreciated ! THANKS
Dear friend, If _global doesn't work on Flash 8 then why does it play Clip1 and Clip2? If it's not playing Clip3 then why is it playing Clip1 and Clip2? I am unable to understand this ! Btw to help you better identify the problem, I want to mention that all three files are of 8 MB size and I am using Demo version of Flash communication Server. Does that effect the loading in any way? Also, I tried changing _global but nothing happened. Looking forward of hearing from you soon. Regards, Imran Naseem
if u want check the this Player error then u can check this URL
Don't see what you're looking for? Try a search.
|