在PC上完美播放时,嵌入式视频无法在我的手机(android)上运行

时间:2014-10-21 07:33:48

标签: android video mobile

我使用以下代码将YouTube视频嵌入网页:

<iframe width="290" height="180" src="http://www.youtube.com/embed/JyqkFKBmCBc" frameborder="0"></iframe>

它在我的电脑上完美运行但不能在我的智能手机上播放。我也尝试使用bluestack测试它,但没有任何效果。

网页的网址为http://teamtuckaway.com/worth 任何人都可以访问该网址,检查视频是否在您的手机上播放?

页面https://developers.google.com/youtube/youtube_player_demo上的视频也无法在我的智能手机和蓝色堆栈上播放。

我搜索了sstackoverflow但找不到有用的答案。

P.S.:我尝试过的其他代码但不起作用:

<iframe class="youtube-player" type="text/html" width="290" height="180" style="max-width:100%;" src="http://www.youtube.com/embed/JyqkFKBmCBc?wmode=opaque" frameborder="0">

1 个答案:

答案 0 :(得分:0)

查看Iframe support on mobile

显然很多移动设备都不支持iFrame。