SMIL:t:Internet Explorer 8 中的音频问题
Posted
技术标签:
【中文标题】SMIL:t:Internet Explorer 8 中的音频问题【英文标题】:SMIL: t:audio issue in internet explorer 8 【发布时间】:2011-07-08 03:27:17 【问题描述】:我正在尝试恢复十年前制作的项目。 SMIL2 在 IE6 中成功使用。
我发现 IE8 仍然支持 SMIL,但是 t:media 和 t:audio 元素不再播放音频/媒体内容。
这是一个在 IE6(在 VirtualPC 下)运行良好但在 IE8 中存在问题的简单示例
正文>
【参考方案1】:使用结束标记而不是空标记并添加timecontainer
属性,因为IE8 强制执行stricter syntax:
<t:audio src="LoopyMusic.wav" repeatCount="indefinite" type="wav" timecontainer="par"></t:audio>
参考文献
Stu Nicholls | CSS PLAY | Internet Explorer Time Action Galleries
html+TIME: Time Containers
Using the TIMEACTION Attribute
Using HTML+TIME Transitions
Using the HTML+TIME Document Object Model (DOM)
【讨论】:
以上是关于SMIL:t:Internet Explorer 8 中的音频问题的主要内容,如果未能解决你的问题,请参考以下文章
为啥 .filter() 在 Internet Explorer 8 中不起作用?
如何从批处理文件中打开和关闭 Internet Explorer?
CSS3 动画无限在 Internet Explorer 11 中无法正常工作
为啥 Internet Explorer 对 HTML5 视频显示“错误:视频播放已中止”?
GWT - 仅在 Internet Explorer 中设置 document.domain 时出现“拒绝访问”JavaScript 错误