In a drop down menu I have the links as texts in an array. right now it works like this…
links[2]=“http://blabla.cjb.net”;
Whant is to change the link to open a .swf file in tha same flashmovie. I normally use this script when I use buttons. Is ther any way I can connect this script to the link…
on(release){
loadMovieNum(“contact.swf”, 1)
}
I’m a newbie and I don’t know what to do…
this is what I want to write…
links[2]=on(release){
loadMovieNum(“contact.swf”, 1)
}
/Emma