English 中文(简体)
扫描超5视频
原标题:Scrubbing HTML5 video
问题回答

Generate a bunch of thumbnails of your video by any means. Once you have all of your thumbs from the video, you could use something like this, which detects mouse movement and replaces the thumbnail based on the movement -- hover scrubbing.

例1:

例2:

如果你想把所有th形图象带入一个间隙,那么你就可以使用这个更可喜的 h。

http://jsfiddle.net/simsketch/r6wz0nz6/152/

但你需要将活动与<代码>Mousedown而不是mousemove挂钩。

this doesn t really give you the desired effect so you would need to combine mousedown and mousemove as is suggested here: https://stackoverflow.com/a/1572688/1579789

这将给你带来一些影响,但是没有使用超文本5录像,也没有声音。

然而,如果你把运动与声道ippose的时标挂钩,你也会增加声音。 此时此刻,你可能很容易操纵录像。

i 认为你想要做什么,可在popynajs.org上查阅。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签