移动网站最佳 Flash 视频播放器
最适合移动网站使用的 Flash 视频播放器是什么?我在桌面网站上使用 flowplayer,需要找到一种方法在移动设备上播放相同的视频。帮助!
What is the best flash video player to use for a mobile website? I'm using flowplayer for my desktop site, and need to find a way to get the same videos playing on mobile. Help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好的选择是在未安装闪存时提供 H.264“后备”。这就是大多数网站已经在网络上所做的事情。看来是该走的路了。
在网络上搜索“html5 video tag”或类似内容以查看实现此功能的方法。
官方 W3C 文档:4.8.6 视频元素
维基百科对支持的视频格式进行了一些讨论:HTML5 视频
Your best bet is to provide a H.264 "fallback" when no flash is installed. Thats what most sites are already doing on the web. It looks like the way to go.
Search the web for "html5 video tag" or similar to see the way to get this working.
Official W3C documentation: 4.8.6 The video element
Wikipedia with some discussion of the video formats supported: HTML5 video