Please help, its driving me nuts.
MainMovie = level 0
Navbar = level 10
submovies = level 2
In MainMovie I load my navbar in level 10. Then from the navbar I load the submovies into level 2 (that way, the navigation is always on top)
My questions is, This works find locally, but when i upload the submovies won’t appear when clicking the navbuttons.
I have tried relative paths, absolute paths, keeping it in the same folder, etc…
I must be missing something, please help.
Thanks for your reply, but not sure helps me much. I have looked at all of that so i must be missing something.
Main Movie loads on Level 0 = www.clubflav.com/flash/clubflavsplash.swf
then loads menus.swf to level 10 = www.clubflav.com/flash/menus.swf
When clicking the menu under “flavors” I click Apple which should load apple.swf into level 2.
www.clubflav.com/flash/pages/apple.swf
In acctionscript I’ve tried absolute path even and that hasn’t worked online.
What am I missing
Please help, its driving me nuts.
ok, so far, here is the deal in regards to the previous posts.
I still can’t load it when the button is selected, but if i just do the:
loadMovieNum(“http://www.clubflav.com/flash/apple.swf”, 2);
in the first frame it loads it, but when selecting on the “flavors/apple” button, it doesn’t pull it up, but will work when the file is local. I know that path is right because it opens it when the file is loaded.
Any help? I hope that wasn’t too confusing
Well it seems your links show up corrupted swf files…
provide the structure of your work once again… and lets see if we can work out something …
[quote=sparkdemon;2333208]Well it seems your links show up corrupted swf files…
provide the structure of your work once again… and lets see if we can work out something …[/quote]
Movie1 Loads Navigation to Level 10 (navigation buttons are created by actionscript in menus.swf)
Level 10 Navigation when clicked should load mainMovie to level 2.
Works locally but not online. all paths are absolute. Navigation works until I load it to level 10 then try to load from the navigation to level 2