I want to send from my Flex mobile app some string data to another application and launch the last one at the same time? Is this possible using Flex SDK (for both Android and iOS)?
Any suggestions would be greatly appreciated!
P.S I assumed there's some method of doing the same thing in native mobile development
UPDATE: I've done this using network according to this tutorial: http://blog.leeburrows.com/2011/10/p2p-flash-on-a-local-network-part1/
Any other "command line" like approaches would be appreciated!