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

2008-12-21 Thread Taka Kojima
Kelly, As far as I know Flash can't receive data by any other means than TCP. So your best route would probably be using socket connections. http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=0318.html Using a socket connection you can

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

2008-12-21 Thread Ian Thomas
Kelly, I suggest you look into the sources of SWHX (Screenweaver HX). This embeds and wraps Flash movies by using the Flash Netscape Plugin (i.e. the plugin used by Firefox). It's open source - it is used by the haXe language, but the embedding code is written in C.

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

2008-12-21 Thread Matthew Muller
Try looking at dispatching events through a com object to javascript. Sent from my iPhone On 21 Dec 2008, at 11:45, Taka Kojima t...@gigafied.com wrote: Kelly, As far as I know Flash can't receive data by any other means than TCP. So your best route would probably be using socket