im working on a site intro for my site with flash but the button thing doesn’t work out well.
here is where u can find the demo of the flash
Demo
and here is the action script for the button.
on (rollOver){
play();
}
on (release){
getURL(silverneo188.tripod.com/id1.html,_self);
}
the
on (rollOver){
play();
}
function is for the animation of the button.
I need it where when I click on the flash button it takes me to that page in the current browser.
basicly it replaces whaterver is in the address bar with my link.