Play Youtube Video In Android App with Embeded Script

These are the samples of how to Embedded Script For Youtube Video.

<iframe width="300" height="400" src="http://www.youtube.com/watch?&v=gv9qYA62Kqc"
frameborder="0" allowfullscreen></iframe>

This is how we can display in WebView.

<webview android:layout_width="fill_parent" android:id="@+id/web"
android:layout_height="fill_parent" />

In WebView we can use WebView.loaddata as well

    myWebView.loadData(Play, "text/html", "utf-8");
Tags: , ,

Leave a Reply

Your email address will not be published. Required fields are marked *

*
*