<object> XHTML spesifikasyonunu bir parçasıdır.
<object>
<embed> XHTML spesifikasyonunu bir parçası değildir
<embed>
ASP.NET sayfalarımızda flash gösteriminde kullandığımız <embed> imleri yerine <object> imleri kullanımı şöyle bu ie de hatasız çalışıyor
Önce
<embed style="position:relative; height:300px; width:400px;" src="benimflash.swf" quality="high" pluginspage=http://www.macromedia.com/go/getflashplayer type="application/x-shockwave-flash"</embed>
Sonra
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0
width="400" height="300">
<param name="movie" value="benimflash.swf" />
</object>