That would work, but I also need to execute some python scripts to activate some external hardware.
Ideally, I can just make flex execute command line functions and that would be the easiest - otherwise maybe I can use Merapi and have Flex/Air execute a Java app, which executes the Python script. That isn't a clean solution, but if I have to, that's what I'll do. Any more thoughts? --- In [email protected], "valdhor" <valdhorli...@...> wrote: > > If you are using AIR, you can use Merapi (http://www.merapiproject.net/) > > > --- In [email protected], "agaboogaboo" <agaboogaboo@> wrote: > > > > In Flex, how can I have the program execute something through a terminal? > > > > Basically, I want to fire up a Java application to run some tasks taking > > parameters generate by the Flex app. > > > > Any advice? I'd imagine it's something simple, but I'm not sure what to > > search for to find this. > > >

