Rhett
Rhett

Reputation:

Flash/FLEX 3 Argument Error 2082

Has anyone else experienced this error? Sometimes it pops up at the beginning of loading the application with Argument Error 2082. The only way I can solve it is by rebooting my machine. Restarting the browser doesn't even solve it. I have read about some solutions on the web, but I am interested in knowing what others have tried using that solved the error for them? Thanks in advance.

Upvotes: 1

Views: 1108

Answers (2)

Brent
Brent

Reputation: 23722

It's a known bug in Flash, there's a pretty long discussion about it here:

http://tech.groups.yahoo.com/group/flexcoders/message/63829

The long and short of it is you should wrap your localConnection.connect() in a try catch.

Upvotes: 1

defmeta
defmeta

Reputation: 1322

Are you talking about the Actionscript 3.0 Runtime Error 2082?

Upvotes: 0

Related Questions