NO! - continuety seen...HELP REQUIRED

HI!!!

I have use 2 swf file and wile running them i get a jerk , or a kind of blank fram, while jumping from one SWF to another…

iN THE LAST FRAME OF IST SWF iam using tjis script

stop();
unloadMovieNum(2);
loadMovieNum(“lastscrn.swf”, 2);

in Desperate NEeD!!!

thankxs

Can u post the file?

THE file size is more than 1 MB , can i send it on ur EMAIl ADDRESS…

THNAKX

That’s normal if you load it in, it can’t be there immediately especially with that huge filesize!!

THe Problem is its more than 10 MB…
Secondly when u run indivisual file u dont get a jerk in that , but when u run the whole project u do get jerk after every new swf file is called…

What can be possible reason for this…???
cos when i make exe for any indivisual file and then run from that sequence then it runs properly…BUT

Not the whole project

preload it during the first swf, but set _level2._visible=false;

then unLoadMovie(); and set _level2._visible=true; inyour last frame.

If u preload it with the first swf file then…it overlaps the voice over from the secon swf to the first.

do u get it!!!
i have both swf with voice over, so if i load both together and keeping second invisible…the second swf still runs…and i have a miss mach of sound.

I dont know y this happens…but when i do indivisually then i get it right , which i cant do it cos i need the whole project…

TELL me is this because of unloading and loading, there is gap or a fraction of second which give u this jerk in the movie clip…or do i have to increase my ram…i have only 256 MB

PLZ any one get me out of this …plz>…
in desperat nEED!!!

THANKX

set up each swf with a blank frame 1. On frame 1, place a stop(); action.

load the next in the sequence into a different level. like level 3. It will load up, but will not play with the stop action in it’s first frame. Once that’s set you can just put a play action on the last frame of the level 2 movie that says something like

_level3.play();
_level2.unloadMovie();


The reason that doesn’t happen when it’s an exe projector type file is that all of the swf’s are stored localy, and therefore have an instant load time.

i guess u dint get wat i want…let me explain u in breif…

see i have a Project
and its been done by differnt people…( but ofcourse)
now there are total 40 fla files.

and only one is a project file that is and exe file

lets name it A1.
and others with number like 1 -2 -3 etc.
Now in between each of these i have an mge file which i have converted it to flas…

the sequece is
A1- exe file (calls)
1.swf
2.swf ( contains mpg file)
3.swf (contains mpg file)
4.swf
5.swf
6.swf(contains mpg file)
7.swf(contains mpg file)
8.swf
9.swf
10.swf and so on till 40 .swf

each swf is called after one another.
the jerk or the disturbance or a blank frame ( kind of ) can be see only when it calls on swf containg mpg to another swf caontaing mpg file.

the code i have use is
suppose i am calling 2.swf from 1.swf

so in 1.swf file i have

i have labed the first and last frame…in different layes and in action i have given in the last frame in different layer.

stop();
unloadMovieNum(2);
loadMovieNum(“2.swf”, 2);

and in 2.swf file

first frame in action layer
i have

ifFrameLoaded (“label name”) {
play();
}

the label name is the first frame in 2.swf…which i have called out above…

THIS is my code and my project …now where am i going wrong , and y am i getting that jerk…plz help me out

thankx