Re: [Flashcoders] Re: Swf File Use as Interface for Executable

2008-12-22 Thread Steve Mathews
I currently work on an application that is winforms .NET (C#) that the UI is in-part a Flash swf. We use f-in-box (http://www.f-in-box.com/)http://www.f-in-box.com/ as the wrapper and send/receive quite a bit of data between the forms and the swf. We currently have a mixture of using

[Flashcoders] Re: Swf File Use as Interface for Executable

2008-12-21 Thread Kelly Snyder
My intention is to run this from a compiled C++ application on a Windows desktop - so sockets and servers should not come into play. I will look at my options for using COM with C++; if I remember correctly, this was how it used to be done in Actionscript 2. Thanks, Kelly

Re: [Flashcoders] Re: Swf File Use as Interface for Executable

2008-12-21 Thread Juan Pablo Califano
Hi Maybe this helps... Some time ago I run a swf from a .NET app (winforms). I used some wrapper manager code that used C++ code to load a flash player instance. It was an AS 2 swf, though, don't know if it'll work for AS 3. I took the .NET code from a demo posted here, but I just tried the