I need to get call from swf file *to* our android. I am playing swf file using webview. For that i search it out that fscommand(),getURL() method of flash will help me to get calls in javascript but i’m not getting it. how to do the things.
Share
You can implement a internal webserver based on Jetty. Then call any HTTP request to this internal webserver (hosted on localhost) from your SWF file.