Currently I have a command line OSX executable that I am compiling in xcode. I’m wondering if there is a way to call functions / interact with a flash or flex project. I found some information about a flex c++ bridge, but apparently it is only for windows.
Can this be done with air?
I don’t know of any way to call C functions directly, but AIR has a “native process API” for “communicating with native processes using standard input and output”, which can work with a command line executables.