After creating an “infinte menu” i’m unable to link the buttons to another flash movie. I’m trying to target the movies to also come up in the same original window. I tried the loading techniques using the “but.onPress…” method but the movie won’t show up went the site is launched…any ideas???
You should link your buttons to an HTML file:
on(press){
getURL("http://yourfiles.html");
}
It may be interesting to use popups from your menu like this:
http://www.kirupa.com/developer/mx/centered_popup.htm
Good luck!!
(-: