简体   繁体   中英

Flex mobile communcation between flex apps vs native mobile apps

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!

PS 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!

To start an app from another app please check this answer on Stackoverflow: https://stackoverflow.com/a/10493320/1069487

Not sure if it is possible to pass start parameters (your String), a simple workaround would be a locally shared file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM