tags:

views:

146

answers:

1

Is it possible to create an executable from flash that is able to call functions in an external dll (such as the windows API for example)?

A: 

Yes, but not with Adobe tools. You must use one of programs taht creates exe from swf file.

Konrad
You also can create your own application (in language you know) having Flash Player plug-in and call your application's methods by fscommands or external interface.
Konrad