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
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!!!
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.