Perhaps you could install Apache and mod_python and use pyAMF to send data via AMF. I don't know Python but I would assume you could then execute a Java app from Python.
--- In [email protected], "agaboogaboo" <agabooga...@...> wrote: > > 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" <valdhorlists@> 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. > > > > > >

