Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个适用于 Apple 设备的视频弹出窗口,并且我一直在玩 fancyBox 和一些 YouTube 视频。因为 YT 使用 Flash,所以这行不通(我现在才意识到)
有没有办法在这个弹出窗口中打开一个 html5 视频?我已经设置了该部分:
这是我已经在使用 fancyBox 的页面:http://legal-replay.com/video-test/请 帮忙!
<a class="iframe" src="http://www.youtube.com/embed/dP15zlyra3c?html5=1">Open HTML5 Video</a>
我对fancybox了解不多,但看起来你可以让它打开你想要的任何iframe,这将与YoutTube的默认嵌入方法一起使用。只需传递html5=1给 iframe。
html5=1
从我对stackoverflow的侦察来看,这只支持单个视频,我不知道你是否可以强制整个播放列表使用HTML5,这可能仍然是客户的偏好。
来源
Fancybox Howtwo