i have been having a problem using buttons to send my links to another html frame in an html file.
i just started using flash mx 2004 professional, but i have used flash mx before, and i know that this should work (because i have done it before).
the first button i have works, but the rest don’t, even though the same actionscript had been applied to the buttons (with different URL’s of course).
when i try the links just in the flash player, they all work like they should (they pop-up into a new window, because it is just the flash file, and no frames), but in the html file, only the first button works.
the script that works looks like this:
on (release) {
getURL(“news.html”,“main”,“POST”);
}
the script that doesnt work looks like this:
on (release) {
getURL(“bio.html”,“main”,“POST”);
}
is there something i am doing wrong?, or something else i have to do to make the rest of the buttons work?
thanks a lot!
jason