Groups | Blog | Home
all groups > flash actionscript > november 2005 >

flash actionscript : Streaming Flv Problem with FCS


cybercop
11/1/2005 11:01:09 PM
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
Dhanamurugan
11/2/2005 12:00:00 AM
cybercop
11/2/2005 11:47:56 AM
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
cybercop
11/8/2005 9:31:39 PM
if u want check the this Player error then u can check this URL
AddThis Social Bookmark Button