Help! I can't get my Flash button to work. I want it to simply go to a

  • Thread starter Thread starter designerdude1974
  • Start date Start date
D

designerdude1974

Guest
website. Tried everything.... ? I am creating a website using FLASH 8, and I thought making a button would be fairly straightforward. When I preview it, the rollover function works fine, but it just doesn't go the the URL as I want. In Flash 8, this is the code I used for the button:

on (release) {
getURL("http://www.andreandperrine.com/Andre_Perrine_news_Flash.htm", "_self");
}

I have this code in the "down" state.

I followed instructions from a manual. I then brought the swf into Dreamweaver, and then when I click the link (button) in a browser, nothing happens. No URL. What gives?

Thanks for your help!
Andre
 
Back
Top