Flash player 10 crash on Regular Expression
Posted: March 18th, 2009 | Author: erik | Filed under: Actionscript quirks | Tags: debug, expression, flash, player, regular | 1 Comment »Problem
While working on the Tommy Hilfiger Denim website, I encountered an extremely weird error. After deploying an alpha version of our work to our staging environment, I found out that on other machines the flash player only showed a blank screen and didnt execute any code at all. I checked the lack of code-execution by trying to trace a message to FireBug. Regrettably, the Firebug console stayed empty…..
After several tests it appeared that the website was working only on browsers with the Flash 10 Debug Player and simply died instantly after initiation on browsers with the regular Flash player 10. Yes….. you’re reading this correctly. It’s exactly the opposite of what you’d expect! The app crashes on the regular player and works fine on the debug player. The debug player didn’t even display an error message!

