1

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.

Swapnil Deshmukh
  • 665
  • 1
  • 6
  • 23

1 Answers1

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
  • i am facing the same issue did u get any workaround to this – varun bhardwaj Jul 25 '12 at 07:33