I am developing an application for GTk+3.0 and webkitGTK+ of linux, that's supposed to play swf files inside a WebView. First I tried to open the swf file from the device, than through the internet, with no luck. The WebView shows up, but inside the WebView all I can see is a white screen(Missing plug-in). If I load the same URL to the device browser, the flash file plays well. And I got libflashplayer.so and install
sudo cp libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so sudo mkdir /opt/google/chrome/plugins sudo cp libflashplayer.so /opt/google/chrome/plugins
I think Im missing something on the WebView setup, but after a few hours of searching and googling I still dont know what.