【发布时间】:2014-08-13 06:37:56
【问题描述】:
我刚刚创建了一个网站,我们可以在该网站上使用PHP 免费下载和观看电影。现在我面临embedded 视频的问题。我正在使用如下所示的<iframe> 代码嵌入 Flash 视频。
echo '<iframe name="watch_online" id="watch_online" src="http://filehoot.com/embed-09uknzl64bw0-570x380.html" height="380" width="570" style="z-index:2147483647;" webkitAllowFullScreen mozallowfullscreen allowfullscreen frameborder="0" scrolling="no"></iframe>';
它在PC上运行良好,但是当我在iPhone上打开它时,我的flash视频变为jwplayer,它仍然无法播放视频。一条消息如下所示:
"the video could not be loaded either because the server or network failed or because the format is not support"
在这个问题上需要指导。谢谢。
【问题讨论】: