HTML5 可以用video标签了
HTML5 可以用video标签了,可以在GOOGLE浏览器中这样:<video width="640" height="360" controls="controls">
<source src="http://www.thewayithink.co.uk/html5/yoyo.ogg" type="video/ogg" />
<source src="http://www.thewayithink.co.uk/html5/yoyo.mp4" type="video/mp4" />
This is fallback text to display if the browser
does not support the video element.
</video>
页:
[1]