简体   繁体   English

HTML5视频Flash后备广告。 能够控制视频

[英]HTML5 video flash fallback. Being able to control the video

I have a HTML5 video with jquery hooking into the player like so: video.currentTime += 1; 我有一个HTML5视频,其中的jquery像这样插入播放器: video.currentTime += 1; But when IE comes along and insists on using Flash plugins, none of my JQ will work - How am i supposed to control the video when Flash takes over from HTML5? 但是,当IE出现并坚持使用Flash插件时,我的JQ都不起作用-当Flash接管HTML5时,我应该如何控制视频?

The player im falling back to is JQplayer as "player.swf" 我回退的播放器是JQplayer,名称为“ player.swf”

Simple answer - you can't, unless the player itself provides an interface that you can hook into. 简单的答案-您不能这样做,除非播放器本身提供了可以连接的界面。 One of the reasons why Flash video is a pain. Flash视频令人痛苦的原因之一。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM