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
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