myMCL.loadClip("main.swf","container");
is an action on my Index.fla timeline.I have my navigation on index. (i wanted it to go on main, but the nature of the animation meant it had to go on index)
I need to call "home.swf" into "main.swf" from the navigation button in Index.swf.
When I had the navigation on "main.swf" this was my code to call "home.swf" into the page.
on (release) {
Preloader_mc.gotoAndStop("home");
}
("home") is the label name where the preloader is for home.swf
So bascially, can anyone help me out as to how to call the preloader for home into main.swf from "INDEX.SWF INSTEAD OF MAIN.SWF"
THANK YOU!

New Topic/Question
This topic is locked



MultiQuote


|