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.
Asked
Active
Viewed 518 times
1
-
Please let us know how it worked ounce you crack it. – daniel.sedlacek Feb 16 '12 at 09:49
1 Answers
0
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.

Oleksii Masnyi
- 2,922
- 2
- 22
- 27
-
Thanks for the reply guys, I am still not getting. I will give some example for what i want to do. I have one swf file in that i have one button when i clicked on the button of flash android will handle that event and fires toast on the screen. Means we will get swf event in android program – Swapnil Deshmukh Feb 16 '12 at 10:50
-