air - Run Command prompt commands through flex -
Can we run command prompt commands from an AIR or Flex application (like copy, rename etc)? I thought about creating a bat file and running it using fscommand, but it does not meet my purpose
There's so much good! But you can use it only with AIR 2.0.
If you want to run it via AIR & lt; 2 or Flex, you can easily use a server-side script such as Ruby / php / python to execute the command. Simply send commands over HTTP via XMT (for example, use HTTPService), and handle it in the original language (Ruby / Python, etc.). There are all kinds of things to do, but it is complicated to go with it.
If you do not want anything, but Flex / AIR, you can only use AIR 2.0. yesterday :). Here's a nice tutorial.
I know how it works.
Comments
Post a Comment