About flash problem [closed]
I need help about flash problem.
Check.. http://www.pedersenshotell.se/go/html/index.html. There is a Flash intro. It's look good on Firfox, but when i check it IE8 then the flash file size is decrease. What is the problem.
Any one can tell me the problem ?
Advance Thanks.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="999" height="288">
<param name="movie" value="flash/44.swf" />
<param name="quality" value="high" />
<embed src="flash/44.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="999" height="400"></embed>
</object>
Change the height="288"
to height="400"
. IE do not use embed attributes.
精彩评论