将视频嵌入到适用于 Blackberry/Windows Phone 的网页
我一直在寻找这个问题的答案有一段时间但没有运气。 这样问题提供了我遇到的问题的很多细节,但没有得到解答:
我正在尝试在可在黑莓机上播放的网站上嵌入视频 和 Windows Mobile 6.5 设备(目前在黑莓上测试 curve 和 acer betouch),但似乎没有取得任何进展。
Blackberry Flash 不起作用,HTML5 视频也不起作用。我可以 在 YouTube 上的浏览器中播放视频,这样可以看到这是可能的 - 使用 YouTube 等第三方服务也不是真正的选择。
Windows mobile 6.5 确实是一样的,不过我认为 Flash 才是正确的选择 前往 (http://www.adobe.com/software/flash/about/ 表示该设备有 flash 版本 9.1.安装了一些东西)但仍然只是一点点 当我测试它时,带有 9 的三角形。
我的问题是:如何将视频嵌入黑莓和 Windows Mobile 网页?
I have been looking for an answer to this for a while with no luck. This SO question gives a lot of detail to the problem I am having, but is unanswered:
I'm trying to embed a video on a website that will play on blackberry
and windows mobile 6.5 devices (currently testing on a blackberry
curve and acer betouch) but don't seem to be getting anywhere.Blackberry Flash doesn't work, and HTML5 video doesn't either. I can
play video in the browser on youtube so can see that it is possible -
using third party services like youtube isn't really an option either.Windows mobile 6.5 Same deal really, though I think Flash is the way
to go (http://www.adobe.com/software/flash/about/ says the device has
flash version 9.1.something installed) but still just getting a little
triangle with a 9 in when I test it.
My question is: How would I embed a video to a webpage for blackberry and windows mobile?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有关 HTML 5 视频和 Flash 后备(以支持所有设备)的完整概述,请考虑阅读此处。
http:// /diveintohtml5.ep.io/video.html
Vorbis OGG 可能是最安全的选择..
For a full overview of HTML 5 video and flash fallback (to support all devices) consider reading here..
http://diveintohtml5.ep.io/video.html
Vorbis OGG may be the safest bet..
我认为使用
I think that using the
<object>
tag would be safest, as Blackberry and Windows Mobile devices should both support it. Here's a link to the Blackberry developer blog, where they explain embedding video/audio objects so they are viewable on a Blackberry device. This method should work for Windows Mobile devices as well:http://docs.blackberry.com/en/developers/deliverables/6176/HTML_ref_object_564145_11.jsp