View Single Post
Old 07-02-2009   #1 (permalink)
stiney51
Registered User
 
stiney51's Avatar
 

Join Date: May 2006
Location: Maine, USA
Posts: 656
Blog Entries: 16

Battle Wins: 3 (rank: #12)
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?
stiney51 is offline   Reply With Quote