在視頻嵌入方面現代化和符合標準,Video for Everyone可能是最好的方法。
<!-- 「Video for Everybody」 by Kroc Camen <camendesign.com> cc-by -->
<video width="640" height="480" controls="controls">
<source src="__MY_VIDEO__.ogv" type="video/ogg" />
<source src="__MY_VIDEO__.mp4" type="video/mp4" />
<object width="640" height="500" type="application/x-shockwave-flash"
data="__FLASH_PLAYER__.swf" flashvars="file=__MY_VIDEO__.mp4"
> <param name="movie" value="__FLASH_PLAYER_.swf" />
<param name="flashvars" value="file=__MY_VIDEO__.mp4" />
<!--[if gt IE 6]>
<object width="640" height="495" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B">
<param name="src" value="__MY_VIDEO__.mp4" /><!
[endif]--><!--[if gt IE 6]><!-->
<object width="640" height="495" type="video/quicktime" data="__MY_VIDEO__.mp4"
> <param name="src" value="__MY_VIDEO__.mp4" />
<!--<![endif]--><p>
<strong>No video playback capabilities detected.</strong>
Why not try to download the file instead?<br />
<a href="__MY_VIDEO__.mp4">MPEG4/H.264 「.mp4」 (Windows/Mac)</a> |
<a href="__MY_VIDEO__.ogv">Ogg Theora & Vorbis 「.ogv」 (Linux)</a>
</p><!--[if gt IE 6]><!--></object><!--<![endif]-->
<!--[if gt IE 6]></object><![endif]-->
</object>
</video>
完整評論版本可在上面的鏈接中找到。
這使用視頻標籤,如果它支持,但由於Firefox和Safari都支持不同格式(Ogg和Mp4),你需要有幾個不同版本的視頻文件。
這適用於每個瀏覽器,從IE6到iPhone,從Chrome到Opera,包括兩者之間的所有內容。
對於音頻,音頻標籤是最現代的,但我不確定目前的瀏覽器支持。
擁有其他人託管它(YouTube,Eclips,whoome)是輝煌的,除非你有一個引人注目的理由不。您也可以爲感興趣的人提供下載鏈接。 .m4a是一種很棒的格式,但mp3確實更有用(被更多人使用)。希望有所幫助,但我們會看到答案帶來的。 – 2009-06-28 16:21:55