I am working with flash 6 with a map that is already made. I am new to this. I wrote the company for help and here is what they said to do.
-
Please find a layer with a name “LINKS”.
-
Press F9.
-
The window “Actions” will open.
In it a window you will see the following code. -
In it a code you can change links for any state.
//Washington
_root.map.state1.onPress=function(){
this.gotoAndStop(10);
getURL(“http://www.yourdomen.com/yourpage.html”);
Easy enough except for the fact that there is no layer named links. All the layers are numbered. I can’t get a response from the company. Any help would be worshiped. Thank you a million times.
Marci