我使用videojs libary用于flash视频。当不支持闪光灯时,它不显示带有“点击启用闪光灯”标题的默认镀铬“拼图”图标。但它显示了它自己的消息“找不到此媒体的兼容源。”
我能以某种方式设置默认浏览器行为吗?
示例http://output.jsbin.com/tacode/
<video id="my_video_1" class="video-js vjs-default-skin" controls
preload="auto" width="640" height="268"
data-setup='{}'>
<source src="http://www.mediacollege.com/video-
gallery/testclips/20051210-w50s.flv" type='video/x-flv'>
</video>
<!-- versus -->
<embed src="https://www.w3schools.com/tags/helloworld.swf">
答案 0 :(得分:0)
所以,我找不到库的解决方案。此外,我们动态添加src ...我检查是否按照here所述启用了flash,然后将dummy.swf文件插入到dom中。默认浏览器处理程序很好用。