Is it possible to allow Flash Socket Client in Android Webview?
In my project, I need to get some data dynamically from socket server. so i build following app:
App
|----SocketServer
|----WebView
|----HTML
|----Flash Socket Client
My Flash Socket Client need to get Data From User A开发者_如何学JAVA's app, User B's app. The connection IP list will get from server.
I already sure that :
1.the ServerSocket is work. I can get data from my desktop.
2.Flash is work on my desktop. I can let this flash get data from my android app.
So, here is my question....
Is it possible to allow Flash Socket Client in Webview? if true, how to do it?
I used wrong way to publish flash. I must set swf permission level in Access network only.
Adobe Learning ActionScript 2.0 in Adobe Flash / Understanding Security / About local file security and Flash Player
My wordpress post has more information and example files.
精彩评论