On Wednesday, July 4, 2012 7:37:49 PM UTC+5:30, arun kumar wrote:
>
>
>  Change it with object tag. I mean, you must use object instead iframe. An 
> example here:
>
> <object width="480" height="330"><param name="movie" 
> value="http://www.youtube.com/v/"here is your video 
> id"?version=3&amp;hl=pt_BR&amp;rel=0">   
> </param><param name="allowFullScreen" value="true"></param>
> <param name="allowscriptaccess" value="always"></param>
> <embed src="http://www.youtube.com/v/"here is your video 
> id"?version=3&amp;hl=pt_BR&amp;rel=0" 
> type="application/x-shockwave-flash" width="480" height="330" 
> allowscriptaccess="always" allowfullscreen="true" /></object>
> Use the code below:
>
> webview.getSettings().setPluginsEnabled(true);
> webview.getSettings().setJavaScriptEnabled(true);
> webview.getSettings().setAllowFileAccess(true);
> webview.loadUrl(url);
> Try this and if your problem solved :)
>
>
>
> its working but largre video. how change the height and width plz rly me 
>
thank u arun.
 

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

Reply via email to