I was just hit by a strange error in IE. It turns out that I was using “new Event” without importing org.apache.royale.events.Event. This became a browser Event instead of a Royale event and you can’t “new” events in IE…
I’m not sure if there’s something we can do about this, but it’s not a bad idea to at least document the potential problem. Harbs
