View Full Version : somebody help me (loadmovie)
shimizu
06-25-2002, 03:55 AM
I have about 20 swf.
a.swf
a.html
b.swf,c.swf,d.swf
a.swf has four buttons which has loadMovieNum("b.swf","c.swf","d.swf")
level0. It is supposed to replace mainmovie.isn't it?
but I click, nothing's happening.
everything is saved in same folder.
the rest of swf are supposed to be
loaded on level10 in d.swf.I also used loadMovieNum("e.swf") level10.
It worked fine with flash application.But once it's run on the web,
not working.please rescue me. thank you very much.
CyanBlue
06-25-2002, 06:27 AM
How did you type your loadMovieNum command???
loadMovieNum("b.swf","c.swf","d.swf")
or
loadMovieNum("e.swf")
are not valid... Look up the Flash book or online manual...
And... if you cannot figure it out, please post your scripts... :)
farafiro
06-25-2002, 06:36 AM
well, u say once that's not working and the it works fine with flash but not over the web. ???
well for the first NOT WORKING reason I can tell ya post the a.fla here.
for the second, lemme ask u "Do u use a preloader"??
shimizu
06-25-2002, 11:49 PM
It seems that I didn't describe my problem properly.
I am japanese.Sorry for my bad English.
I have 20 swfs.for instance a.swf-t.swf.
a.b.c.and d.swfs has four buttons in each swf.Exactly the same ones.
for instance they are called a_button, b_button....
here is script for each button.
on(release){
loadMovieNum("a.swf",0);
}
same script for each button with different url.
every swf apart from d.swf has 2 scenes, scene1 is for preloader, scene2 is for the main movie. d.swf has 8 scenes. every odd numbered scenes are used as preloader for the next even numbered scene .Each even numbered scene
has another buttons(butt_a,butt_b.....) as well as the same 4 buttons as a,b,c,swf.
here is script for butt_a...
on(release){
loadMovieNum("e.swf",10);
}
same script for each butt_n with different url.
please help me. if you still don't get what I meant.
I will send you my original flash file, if it's possible.
Thank you very much in advance.
I want to sleep in peace.
loadMovieNum on(release)
farafiro
06-26-2002, 07:47 AM
I can see, from what u say that everythink is okey
shimizu
06-27-2002, 03:09 PM
I am sorry everyone.
my problem was not loadmovie.
I simply messed up my shared library.
I should have examined all the aspects.
But thank you for giving me advice.
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.