View Full Version : How to load multiple .swf
celine_cheng
07-06-2007, 10:53 AM
need someone help!!
now i doing the full flash website, i using many .swf and using main.swf to call all the .swf.
main.swf to call product.swf.
on the product page got many thumnail to call out a.swf at left hand site of product page. But can't show out the a.swf??
i'll attach the zip and the url: dev.geniohq.com/aldo
Hope anyone can help me!!!
atomic
07-06-2007, 02:31 PM
Does it work for you when you run the product.swf on it's own, outside of the main.swf?
atomic
07-06-2007, 03:09 PM
Yeah, index.swf seems to be the problem, since you're loading product.swf on level 2. The product.swf is thus on a higher level (on top) than level 1 in which you're loading the product888, product_audacious and all the others...
So the movies are in fact loading, but hidden under the product.swf loaded on level 2...
Thus change it to load the movies on level 3... They'll work fine then...
You also have another error in index.swf, on frame 135.
Don't understand what you're trying to achieve with this part of the code...
tellTarget("about")
{
gotoAndStop(14);
} // End of TellTarget
...But that's not working.
celine_cheng
07-09-2007, 03:05 AM
Thank you very much....;) it working already.
But another error,
"You also have another error in index.swf, on frame 135.
Don't understand what you're trying to achieve with this part of the code...
tellTarget("about")
{
gotoAndStop(14);
} // End of TellTarget
...But that's not working."
Actually that got problem of the button of the color there, so i put the code for testing. But still cant function.
When i click the button on the "product", the color will show it. But after i clicked to "about button", the "product" color still maintain.
I need the color show when i click to which button.
Another problem is i need to make the sound off/on, since i use the below code, still can't working.
on (release)
{
gotoAndPlay(2);
}
on (release)
{
_root.soundstatus = "off";
}
Please help me...
celine_cheng
07-09-2007, 03:36 AM
Hi,
Since that is working already, but the product will show at main page.
How is the code?
http://dev.geniohq.com/aldo/
atomic
07-09-2007, 03:53 AM
A bit confused... What are you asking?
Is the product loaded on level3 as I suggested?
If so, you must unloadMovieNum(3) when you hit any other button...
As for the sound button, are you asking me to have a look and make it work?
celine_cheng
07-09-2007, 07:17 AM
yes i already put unloadMovieNum(3) when hit any other button on the main index but still got another problem. wheu u go mysite u click the button, you will see the problem.
Another problem is i need to make the sound off/on, since i use the below code, still can't working.
on (release)
{
gotoAndPlay(2);
}
on (release)
{
_root.soundstatus = "off";
}
got any error for this coding?
atomic
07-09-2007, 03:20 PM
Can you re-attach your current modified files?
celine_cheng
07-10-2007, 03:25 AM
thank you for helping me.....
atomic
07-10-2007, 05:13 AM
I need the .flas, not only the .swfs.
celine_cheng
07-10-2007, 08:00 AM
sorry the zip file also very big, can't upload.
is it possible give me your email account?
atomic
07-10-2007, 03:33 PM
Check your PM's for address.
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.