bazz
05-18-2009, 05:01 AM
Hi,
The following code won't validate. it errors on the embed saying that I can;t use an embed for a 'src'. It then proceeds to reject other things such as 'quality' and 'high' both of which, it says, are not valid attributes.
Wat must I do to get this to work xbrowser please?
<object class='animated_right' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="225" height="265">
<param name="movie" value="http://example.com/flash/tearoom.swf" />
<param name="quality" value="high" />
<embed src="http://example.com/flash/tearoom.swf" width="225" height="265" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">
</embed>
</object>
bazz
The following code won't validate. it errors on the embed saying that I can;t use an embed for a 'src'. It then proceeds to reject other things such as 'quality' and 'high' both of which, it says, are not valid attributes.
Wat must I do to get this to work xbrowser please?
<object class='animated_right' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="225" height="265">
<param name="movie" value="http://example.com/flash/tearoom.swf" />
<param name="quality" value="high" />
<embed src="http://example.com/flash/tearoom.swf" width="225" height="265" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">
</embed>
</object>
bazz