Alberto Iglesias Well-Known Member Licensed User Longtime User Sep 26, 2012 #1 Hello Everybody, I have a simple problem I can´t find in forum. I have a link with a SWF, like this: http://www.visualnet.inf.br/televisao/redetv.asp In a normal browser inside a tablet, work normally, but in a Webview1 I can hear the sounds, but not the video. What I do???? I installed the various flash players into tablet, via Google Play, but nothing working! Thank You in advance
Hello Everybody, I have a simple problem I can´t find in forum. I have a link with a SWF, like this: http://www.visualnet.inf.br/televisao/redetv.asp In a normal browser inside a tablet, work normally, but in a Webview1 I can hear the sounds, but not the video. What I do???? I installed the various flash players into tablet, via Google Play, but nothing working! Thank You in advance
Erel B4X founder Staff member Licensed User Longtime User Sep 26, 2012 #2 1. Reference android.jar from platform-11 or above. 2. Add this code to the manifest editor: B4X: SetApplicationAttribute(android:hardwareAccelerated, "true") Upvote 0
1. Reference android.jar from platform-11 or above. 2. Add this code to the manifest editor: B4X: SetApplicationAttribute(android:hardwareAccelerated, "true")
Erel B4X founder Staff member Licensed User Longtime User Oct 16, 2012 #3 Does it play in the default browser? Android doesn't support all video formats. You should be able to play YouTube with Flash inside a WebView. Upvote 0
Does it play in the default browser? Android doesn't support all video formats. You should be able to play YouTube with Flash inside a WebView.
NJDude Expert Licensed User Longtime User Oct 16, 2012 #4 Note that Flash support is not longer supported on ICS and above, also, in my experience, some devices fail to display the video, my opinion, open the link with the YouTube app instead. Upvote 0
Note that Flash support is not longer supported on ICS and above, also, in my experience, some devices fail to display the video, my opinion, open the link with the YouTube app instead.