help with loadmovie!!!!
hi there, I have a website, in which case i have a main flash file, in the flash file, i have a scrollbar with different links to other swf files (submenus), in a loadmovie format, linking through url. now here is my issue:
when i have submenus loaded through loadmovie, i have them on level 1, so as to not replace anything or have any issues.
if i wanted to make a previous or next button within these submenus, what would you have to put as coding so it actually loads?
currently i have it just normally set as:
on (release) {
loadMovieNum("http://www.URL.com/folder/flashfile001.swf", 1);
}
except within the submenu, it doesnt work. (possibly because it already is a loaded movie on level one?)
if theres a way to make a button in the main flash menu that recognizes the current file and knows how to go to the following or previous flash file, i could do that too, I'm just looking for the easiest way, since I'm not that great with actionscript. any help is appreciated!
also, please try and keep the wording easy for me to understand, im not great with programming language!
thanks!