English 中文(简体)
乌尔都语
原标题:HTML5, Firefox playing duplicate videos after jQuery insert

我从我们正在开展的一个项目中摘出以下内容:

rel=“nofollow noreferer”> http://www.bridgedev1.com/videotest.html

这部录像视浏览器而定,视浏览器而定。

该网页被装上,然后该录像带用 j。 这一工作完全在Safat和Khat。

问题在于<>。 当你停止录像时,录像的第二份复印件仍在制作中。

灭火中录像内容删除了第一个看得见的录像,但留下了第二次录像游戏的正确轨道。 交通网表还显示,7.2种甲基溴视频也装载了两次。

这个问题在Windows和Mac都发生,在PC中则更糟。

谁能 so笑?

增 编

Jim

最佳回答

我们用 j子插入录像标签,结果相互交错。 (IE尤其坏)

我们的工作是硬化录像标签,然后调整其属性,并使用附录添加来源。

最好

Zach

远距离录像制作人

问题回答

我知道这个问题已经过去了几个月,但我还是有同样的问题,找到了解决办法。

在我网页的html上,我有以下四点:

<div id=“Video”></div>

该四台是用于录像的闪电器和IE &的发射器的载人。 如果录像是MP4,浏览器支持H264视频,则用java书写器替换碎块,用超文本5视频标签。

首先,我把电弧特性列入录像带。 这造成了你遇到的问题:录像有时两次,音频翻了一番。 先插入后rc似乎在解决这个问题。

    if (canPlayH264() && isMP4) { //HTML5       

$("#Video").replaceWith( <video id="HTML5Video" controls /> );  
$("#HTML5Video")[0].src = "thefile.mp4";
$("#HTML5Video")[0].play();




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

热门标签