Hi Steve,
Thank you for your reply. I've look through the f-in-box site for socket connection but I can't find anything on it. Is this something your company wrote yourself on top of f-in-box or is this a standalone solution? How do you mean that ExternalInterfaces can convert some basic types? Because when I use the C# class I only can send strings to Actionscript ExternalInterfaces. Greetings, Mikhail From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Mathews Sent: dinsdag 10 juni 2008 19:11 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Solution similair to f-in-box (actionscript <-> c#) I have been working on the Flash side of an application like this for just over a year now. We originally were using the default C# COM object and later switched to f-in-box. Although ExternalInterface has held up like a champ (it can auto convert some basic types) it is a bit too slow for the hundreds of calls we are now making. We recently switched to using a socket connection and so far it is working out pretty good. As to your question about other wrappers, I don't think there are really any other viable ones out there. Steve Mathews Senior Team Lead Flypaper Studio, Inc. www.flypaper.com On 6/10/08, dievanmijislanger <[EMAIL PROTECTED] <mailto:m.pauw%40yucat.com> > wrote: > Hello flex'ers, > > I'm looking for solutions to integrate a flex/flash swf in a desktop > C# .NET application. > > I've found one so far (www.f-in-box.com) and it works pretty okee, but > I want to know if there are others. One big downfall of f-in-box is > that you only can send strings between C# and actionscript via > externalInterface. > > The reason why i'm so interested in this construction is that i want > to have beautiful charts in my desktop application. > > Thanks in advance, > > Mikhail > > > ------------------------------------ > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links > > > >