【问题标题】:Best Javascript video player Internet Explorer 6 compatible最佳 Javascript 视频播放器 Internet Explorer 6 兼容
【发布时间】:2015-01-16 11:09:39
【问题描述】:

我想在网站中插入视频...问题是:

  • 它必须可以从 IE6 访问

  • 它必须可以从 iPad 和苹果设备访问(没有 FLASH 和没有 mediaplayer activex)

有人知道我的问题的解决方案吗?

库或代码必须是免费的!

非常感谢!

已解决:使用混合方法,应用如下: http://camendesign.com/web-dev/video_for_everybody

【问题讨论】:

  • “它必须可以从 IE6 访问”...吓人...

标签: javascript video internet-explorer-6 video-streaming media-player


【解决方案1】:

没有满足你条件的玩家。您必须采用混合方法,将 Flash 和 HTML 5 视频相结合。

【讨论】:

    【解决方案2】:

    使用 HTML5! 示例:

    <video src="movie.ogg" width="320" height="240" controls="controls">
    Your browser does not support the video tag.
    </video>
    

    你只需要稍微调整一下。这里有一点帮助:http://html5doctor.com/how-to-get-html5-working-in-ie-and-firefox-2/

    【讨论】:

    • 这就是为什么你需要用 JS 稍微“调整”一下。 (查看链接):)
    • 该链接不是解决方案;它不会神奇地赋予 IE 6 将
    • 好的抱歉信息有误。一起使用 Flash 和 HTML5。就像@Delan 说的那样。
    猜你喜欢
    • 2016-05-06
    • 1970-01-01
    • 1970-01-01
    • 2015-11-17
    • 2014-11-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多