I am trying to load an external swf into a main one. I think I may have cracked it but I would like it to load in a specific frame name or number.
for example I am using this code: loadMovie (“homepage.swf”, “_root”);
This links back to the main page from one of the external pages, however I wish it to bypass the intro so that anytime I return to the homepage, browswers are not bored with the same intro.
so if the frame for intro is named “intro”, and the post intro, homepage frame is labelled “home”,
how can this be achieved.
Hope somebody can help. Thanks in advance