Firefox 3.5 对 html5 vedio 标签支持
时间:2009-07-01 来源:javaerp
<html>
<body>
<div id="video-player" class="mozilla-video-control">
<video
id="video"
width="640"
height="360"
controls="controls">
<source src="meet.ogv" type="video/ogg; codecs="theora, vorbis"" />
</video>
</div>
</body>
</html>
把meet.ogv 放在同目录下。
就这么简单。很爽吧。
不需播放器了。
-------------------------------------------------------------
<body>
<div id="video-player" class="mozilla-video-control">
<video
id="video"
width="640"
height="360"
controls="controls">
<source src="meet.ogv" type="video/ogg; codecs="theora, vorbis"" />
</video>
</div>
</body>
</html>
把meet.ogv 放在同目录下。
就这么简单。很爽吧。
不需播放器了。
-------------------------------------------------------------
What’s New in Firefox 3.5
Firefox 3.5 is based on the Gecko 1.9.1 rendering platform, which has been under development for the past year. Firefox 3.5 offers many changes over the previous version, supporting new web technologies, improving performance and ease of use. Some of the notable features are:
- Available in more than 70 languages. (Get your local version!)
- Support for the HTML5 <video> and <audio> elements including native support for Ogg Theora encoded video and Vorbis encoded audio. (Try it here!)
- Improved tools for controlling your private data, including a Private Browsing Mode.
- Better web application performance using the new TraceMonkey JavaScript engine.
- The ability to share your location with websites using Location Aware Browsing. (Try it here!)
- Support for native JSON, and web worker threads.
- Improvements to the Gecko layout engine, including speculative parsing for faster content rendering.
- Support for new web technologies such as: downloadable fonts, CSS media queries, new transformations and properties, JavaScript query selectors, HTML5 local storage and offline application storage, <canvas> text, ICC profiles, and SVG transforms.
Developers can find out about all the changes and new features at the Mozilla Developer Center.
相关阅读 更多 +