English 中文(简体)
动态文字,以超文本5
原标题:Dynamic Text in HTML5 Video

我谨以动态方式添加文字,以读作超文本5。 目前,通过闪电和通过闪电在一定时间间隔内预期的变量来实现。 超文本5中的对应(如果有的话)是什么? 是否有任何实例?

最佳回答

你们可以尝试这样的事情。

问题回答

The equivalent for this would be the text track api or the track element. Which gives you multiple things. A cuechange event for scripting (kind=metadata), using the text track api to directly render subtitles into the video (kind=subtitles).

如上文所解释,“超文本”5 给你以“电传”和“标志”来实现这一点。 目前只有Safari支持这一点。 http://jsfiddle.net/trixta/QZJTM/“rel=“nofollow” 例如,在上使用聚氯乙烯。





相关问题
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!

热门标签