Hey guys, I have been all over Google looking for an answer to this but so far nothing has worked. I am trying to get a Flash button to link to a website so I can use Flash to make the navigation buttons for my website. The button animation is done but I can't seem to get it to properly link to a site when I test the movie.
Here's my actionscript code:
enter.onRelease = function(){
getURL("http://jhodgedesign.com", "_parent");
};
It works fine when I test it, I get no errors...but when I click on it, it does nothing...no website loads. I tried placing it into my page with the program I use, SiteSpinner, and still no luck.
Anybody have a clue what I'm doing wrong here?
Here's a test page I made with the button...its the one that says Enter...as you can see the animation works but it links to nowhere.
http://jhodgedesign.com/indextest.html
Thanks in advance for any help, guys.
Here's my actionscript code:
enter.onRelease = function(){
getURL("http://jhodgedesign.com", "_parent");
};
It works fine when I test it, I get no errors...but when I click on it, it does nothing...no website loads. I tried placing it into my page with the program I use, SiteSpinner, and still no luck.
Anybody have a clue what I'm doing wrong here?
Here's a test page I made with the button...its the one that says Enter...as you can see the animation works but it links to nowhere.
http://jhodgedesign.com/indextest.html
Thanks in advance for any help, guys.