- From: Zi Bin Cheah <zibin@opera.com>
- Date: Thu, 3 Mar 2011 03:09:07 +0100
- To: "Allen Qiu" <allenqiu@yeah.net>
- Cc: 中文HTML5同樂會ML <public-html-ig-zh@w3.org>
On Mar 3, 2011, at 2:27 AM, Allen Qiu wrote: > 恭贺恭贺! > Html5还需要完善和统一! > 最近我在做视频页面的时候就碰到的问题,根据Html5 > 建议,目前网页中播放视频的建议方法,是根据浏览 > 器调用不同的视频格式: > <video width="250" height="188" controls="controls" preload="auto" > poster="src/5.jpg"> > <source src=".mp4" type='video/mp4; codecs="avc1.42E01E,mp4a.40.2"' /> > <source src=".webm" type='video/webm; codecs="vp8, vorbis"' /> firefox, opera 和 chrome 已经支持 webm IE9也跳出来说支持,不过据我所知,RC9还没有webm。 [1]IE9目前为止在windows可以调用OS里面的第三方Webm插 件。 Safari就不用说, H.264。firefox和opera不支持H.264是考虑到版 权问题,(Safari也考虑到这点?) :-) [1]http://blogs.msdn.com/b/ie/archive/2011/02/02/html5-and-web-video-questions-for-the-industry-from-the-community. aspx 总结:混战,哎 > <source src=".ogv" type='video/ogg; codecs="theora, vorbis"' /> 支持这个的厂家也都支持webm了 > <!--IE9以下浏览器--> > <object type="application/x-shockwave-flash" data=".swf" width="250" > height="188" > > img src=".jpg" alt="" title="" /> > </object> > </video> > 一个视频等于要转4种格式出来,特别是OGV格式,不但 > 转视频的免费软件找不到,而且在Firefox下面播放加载 > 的时间也比其他浏览器慢,各位可测试一下: > http://www.industrysourcing.com/ezine/html5/ > > > -- > Allen Qiu > MSN:allen.qiu@live.com > > 在2011-03-03 03:24:38,"Ke Chang" <sinzy.info@googlemail.com> 写 > 道: > >可以试试 html5boilerplate 这个框架,它把许多基础工作 > (跨浏览器支持,对新 > >增 HTML5 标签的一些必要 CSS 规则,特性检测等等)都 > 做好了,只需要专注于自 > >己的内容就行。 > > > >On 03/02/2011 05:05 PM, 林小志 wrote: > >> 很高兴看到小组的启动,正如各位所说的,在页面 > 中还存在着一些小问题,尤其突 > >> 出的是在firefox下的问题。 > >> 需要对<article></article>这个标签增加一个display:block; > 属性才可以,否则 > >> 页面显得实在有点难堪,-_" > >> > >> -- > >> 重构的不仅仅只是一个网站,而是一个人生! > >> > >> <name>林小志</name> > >> <url>http://www.linxz.cn/</url> > > > > Regards, Zi Bin Cheah / 谢子斌 Web Evangelist / Developer Relations / Site Compatibility / Products Group / Opera Software ASA, Oslo, Norway + 47 23 69 25 81 / twitter: zibin
Received on Thursday, 3 March 2011 02:08:15 UTC