Hello,
Problem: menu not loading everytime site is loaded.
Everything’s divided as follows:
main SWF file: level0 and contain site sections and menu
Then I load other SWF as follows:
loadMovieNum("mp3player.swf", 5);
loadMovieNum("subscribe.swf", 6);
loadMovieNum("leayah_logo.swf", 9);
All JPGs and text are external JPGs and/or text files and are loaded into main SWF site sections.
To get menu to load, would loading it as a separate SWF work? ie) site menu on level7 and target site sections in main SWF file on level0.
How do I get menu to go to different sections along main SWF timeline?
Sections are labeled “home section”, “about section”, “contact us section” ,etc. in the main SWF timeline
NOTE: issue isn’t loading movies, but moving between sections on main timeline level0 from menu in level7
Please help…I’ve forgotten how to do it.