WebView embedded object ovelaps other views

adamioan

Member
Licensed User
Longtime User
Hi, I use the webview control to display a web page that has an embedded youtube video. The embedded object is overlaping every view in my application, even if the webview is not visible. It extends itself out of the view's border. I tryied to add the webview control within a panel, but with no success. What can I do? I am posting a sample image.

Bigger image
93217609.png
 

Attachments

  • Untitled-3.jpg
    Untitled-3.jpg
    18.1 KB · Views: 153
Last edited:

adamioan

Member
Licensed User
Longtime User
<object class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://3.gvt0.com/vi/tUcrbUCWKQc/0.jpg" height="266" width="320">
<param name="movie" value="http://www.youtube.com/v/tUcrbUCWKQc&fs=1&source=uds" />
<param name="bgcolor" value="#FFFFFF" />
<embed width="320" height="266" src="http://www.youtube.com/v/tUcrbUCWKQc&fs=1&source=uds" type="application/x-shockwave-flash">
</embed>
</object>

The page is coming from a blogspot article, thats why is so complicated.
 
Upvote 0

vb1992

Well-Known Member
Licensed User
Longtime User
This is a quick hack to display your message above the flash bug layer.

On my phone it appears above the flash bug,
on my tablet it doesn't go as high as the Title....

It only displays a message...
But might be useful.
 
Last edited:
Upvote 0
Top