Hello,

I have a very simple WebView on which i use the loadData method to load a 
youtube video embed url.

((WebView)findViewById(R.id.videoweb)).loadData("<html><body>HELLO!<iframe 
width="200" height="143" 
src="http://www.youtube.com/embed/YULCa3CUquM?rel=0"; frameborder="0" 
allowfullscreen></iframe></body></html>","text/html","utf-8");

when i install my app on my 2.3.3 emulator or phone (nexus one), this just 
shows a black rectangle where i expected the video. I do have the flash 
player on my phone. What did I miss???? Please help.

--
Sachin

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to