Skip to main content
Participant
November 11, 2009
Question

Flash error pop-up when animation playing (ie)

  • November 11, 2009
  • 1 reply
  • 448 views


Buongiorno a tutti !

Let's start by saying I'm a beginner. Still, I've made it making a "simple" fl cs4 animation. Here the html page: http://www.under21pro.com/site/flash/onRelease02.html

It seems to be working fine with firefox and chrome, but if you open it with internet explorer you'll get a pop-up (after about 10 sec when the animation goes back to the start) with a error message.
There's also a little problem with opera: the pointer doesn't change when you mouse over.

Here's the only script I'm using:

clickMe.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
function mouseDownHandler(event:MouseEvent):void {
     navigateToURL(new URLRequest("http://..."));
}

Does anybody know where the error comes from ?


Thanks allot for checking this out !

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
November 11, 2009

It's working fine in IE8 as far as I can tell.

Nasty-GAuthor
Participant
November 12, 2009

Ok thanks. I'm still with ie7 and I can see from google analystic that 50 % of the people using ie still have de version 7.

So can someone tell me what's wrong with my animation