Basically, every button works in Firefox, Chrome, IE, but they will not work in Safari.
I'm using straightforward code:
Button1.addEventListener(MouseEvent.CLICK, ButtonClick);
function ButtonClick(event:MouseEvent):void {
gotoAndStop(3);
}
The movie starts on frame 2 - frame 1 is a preloader. Classes are set to start on frame 2, but changing that to frame 1 didn't do anything either.
I'm at a loss here. Any clue?
Thanks