PDA

View Full Version : Flash MX and .DLL??


ugankar
12-10-2004, 11:04 AM
Hi,
I was wondering if I can "import" a .DLL file in FlashMX? :confused:
I was doing something in C++ and now I want to do a remote control in Flash.
Go .DLL and Flash MX together??

thx

Curly Brace
12-10-2004, 11:45 AM
Ah! If that was possible... :)

petefs
12-10-2004, 08:22 PM
This can only be done when a flash movie is published as a projector, and even then only with 3rd party projector tools. It's possible to do it by embedding an .swf in another application, as well (i.e. using wxPython's flash library, and passing data like this: .dll<->python<->flash).

No other way, unfortunately ^_^