Re: [Flashcoders] ExternalInterface .Net Question

2007-08-30 Thread Steve Mathews
Hi Ben, I am working on a project where we are doing a lot of C# - SWF communication. I am not the person who implemented it, but glancing at the code it seems that we do not use the returntype attribute. You might give that a test. Steve On 8/28/07, Schmidtke, Ben [EMAIL PROTECTED] wrote: I'm

[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