我用下面的文檔類型中,有一個Flash對象的頁面時,驗證錯誤驗證一個頁面,有閃光燈對象
HTML代碼
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="379" height="180">
<param name="movie" value="Flash/header.swf" />
<param name="quality" value="high" />
<embed src="Flash/header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="379" height="180"></embed>
</object>
當我嘗試驗證時頁面Im顯示有以下錯誤,
there is no attribute "src"
there is no attribute "quality"
there is no attribute "pluginspage"
there is no attribute "type"
there is no attribute "width"
there is no attribute "height"
there is no attribute "type"
請問有人可以請教我與s有關如何在沒有驗證錯誤的頁面中嵌入Flash對象[.swf]的信息?
嘗試使用swfobject的(http://code.google.com/p/swfobject/)嵌入,在zip文件中包含 – 2010-08-17 11:05:10