Hi,
I’m new to as3, and I just encountered a problem that I haven’t been able figure out.
I created an interactive image in Flash CS3 - all interactivity is as3 - that is mostly clickable buttons, and text input fields that validate using RegExp. I’m using Focus, Text Input, Mouse, and Keyboard events.
The published .swf works great in standalone Flash Player 9 and the debugger. However, neither the .swf nor the .html files work in Internet Explorer 6/7 (with the Active X Flash Player 9 add-in): the buttons don’t work, and the mc’s loop endlessly (a few of them have a couple of on/off frames).
I checked my Publish settings carefully to make sure that the .html version and the .swf were not set to loop.
I figured out that if I publish the .swf to ECMAscript instead of Actionscript 3 that it works perfectly. The compiler throws up lots of errors but it still works great. What gives?
Any feedback would be much appreciated.