Hi all
i’ve been having problems coding a menu for a website in flash.
I’m using a button with the code
on (release) {
getURL(“index.html”, “_self”);
}
which is really the simplest, fuss free way to load a page. But, darn it, when the .swf is embeded into a html page, and i try to use the menu, the buttons dont work. The animation all works, however, rollovers and sounds work. What could be the possible problem? Is there a way to make buttons at all in AS3?
I’m frustrated and need urgent advice. Thanks!