|
Simple Flash Help Needed (AS2)
I have a banner I'm working on with a simple flash animation that needs 5 buttons with hyperlinks. Everything is done, but for some reason I can't get the buttons working.
Each button has its own instance and a test of the simple buttons in flash works fine.
I added the following AS to each button (naturally different html links for each). Which from what I read should be all I need. Obviously not:
on (release) {
getURL("http://www.playersbench.com/prod.ihtml?pid=4075","GET");
}
The final test of the movie has all animation working and the initial up state of each button, but there is no functionality on the button itself.
Any suggestions on where to start trouble shooting?
|