動画を埋め込んで Android アクティビティに表示する必要があります。コードは次のとおりです。
....Some Code
viewHolder.webView.loadData("<html><body>" + embedcode + "</body></html>","text/html", "utf-8");
viewHolder.webView.setTag("<html><body>" + embedcode + "</body></html>");
...Some code
たとえば、「embedcode」ID
<iframe width="560" height="315" src="//www.youtube.com/embed/MCCVVgtI5xU" frameborder="0" allowfullscreen></iframe>
ただし、問題があります..TEDXから埋め込まれたコードを表示すると、問題なく動作します例:
<iframe src="http://embed.ted.com/talks/eli_beer_the_fastest_ambulance_a_motorcycle.html" width="560" height="315" frameborder="0" scrolling="no" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
しかし、私はあなたのチューブからビデオを持っているとき、それはうまくいきません.!! これは、i フレームの src に "http:" プロトコルが欠落しているためだと思われます。助けてください
前もって感謝します。