[Flashcoders] C# and ExternalInterface problems

2006-03-01 Thread Sam Thorne
Hi All, We've been working on integrating Flash with C# through External Interface, but have hit a brick wall with an odd error. We've go ExternalInterface calling C# functions fine, it's the reverse which is not working. C# in .NET throws an Unspecified Error when calling an exposed

Re: [Flashcoders] C# and ExternalInterface problems

2006-03-01 Thread Campbell Anderson
Hey Dude I have never had any problems, can you point me to the example and ill give it a test. Just as a side point if you look in the external interface section inside the flex2 documentation there is a c# class there that wraps AS external interface calls nicely. Cheers CAmpbell Hi All,