Hi everyone. This is my first thread here so if something isn't right sorry in advance!
I've got a problem in IE 7 when I'm inserting swf file next to the image there are a huge space in between!
Here is the code fragment:
<p class = "first"><a href = "products.html" target="_self"><img src = "buttons/small3/products.png" /></a> <!--object width="198" height="88"><param name="movie" value="./buttons/Danilo_2010_2bleSbendPass__all__.swf"><param name="BGCOLOR" value="#000000"><noscript><embed src="./buttons/Danilo_2010_2bleSbendPass__all__.swf" width="198" height="88"></embed></noscript>
</object-->
<OBJECT type="application/x-shockwave-flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" WIDTH="198" HEIGHT="88" id="Danilo_2010_2bleSbendPass__all__">
<PARAM NAME=movie VALUE="Danilo_2010_2bleSbendPass__all__.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#000000>
<EMBED src="./buttons/Danilo_2010_2bleSbendPass__all__.swf" quality=high bgcolor=#000000 WIDTH="198" HEIGHT="88" NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
<!--[if IE]>
<object id="mySWF" width="198" height="88" border="0"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<param name="movie" value="./buttons/Danilo_2010_2bleSbendPass__all__.swf" />
<param name="bgcolor" value="#000000">
</object>
<![endif]-->
</p>


Reply With Quote
Bookmarks