RE: [Flashcoders] AS3 - Checking if a Function Exists

2008-10-30 Thread Schmidtke, Ben
Regarding using a try/catch for this, in your catch you can check the errorID, if it's 1006, it's a method not found. You can catch all the run-time errors listed in the appendixes of the flash help. Not knowing everything going on in your code, you might want to check it in case something else

[Flashcoders] ExternalInterface .Net Question

2007-08-29 Thread Schmidtke, Ben
I'm working with .Net client app wrapping a swf calling functions back and forth on a project. Does anyone have any suggestions on how to get .Net passing parameters into your callback function? I've done it successfully with JavaScript in the browser on other projects, but we have run into a