Category Archives: flash

Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.

Hi, today I’ve come across the “Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.” error, but becuase (as always) the Flash Player errors are really stripped from any information that might help to pint point the problem I couldn’t … Continue reading

Posted in actionscript, flash | Tagged , , , , | Comments Off on Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.

The parseCSS of StyleSheet silently fails

Hi, when you use the parseCSS method of the StyleSheet, you will have no indication about success of the invocation. When passed string contains invalid CSS text then this method will silently fails. The workaround is to compare the lenght … Continue reading

Posted in actionscript, bugs, flash | Tagged , , , | Comments Off on The parseCSS of StyleSheet silently fails

The String’s replace method and ArgumentError: Error #1063: Argument count mismatch error

Hi, recently I have upgraded flash player (11.1.102.55), and suddenly found that one of my components was throwing following error: ArgumentError: Error #1063: Argument count mismatch on Main/removeLinkStyleClass(). Expected 0, got 6. at String$/_replace() at String/http://adobe.com/AS3/2006/builtin::replace() at Main/init()[…\bugs\string_replace\src\Main.as:27] at Main()[…\bugs\string_replace\src\Main.as:16] … Continue reading

Posted in actionscript, bugs, flash | Tagged , , , , , | 1 Comment

MAX 2011 Envision – Flash Player 11 and Adobe AIR 3: Changing the Game | Adobe TV

MAX 2011 Envision – Flash Player 11 and Adobe AIR 3: Changing the Game | Adobe TV.

Posted in flash | Comments Off on MAX 2011 Envision – Flash Player 11 and Adobe AIR 3: Changing the Game | Adobe TV

JSFL – copy filters stack from Flash IDE into ActionScript 2 or 3 code

Hi, working with designers one will always get into a problem of replication IDE based filters via code, it’s not a pleasant task nor quick as well, but what about if we could actually make it quick and pleasant? Well, … Continue reading

Posted in actionscript, flash | Tagged , , , | Comments Off on JSFL – copy filters stack from Flash IDE into ActionScript 2 or 3 code