D
Domingo
I have one .SWF with horizontal and vertical size =70%.
IE6 browses correctly when I resize the window, and adapts the .swf to fit in
the 70% window size.
Firefox 2.0 works well with horizontal size, but with vertical size, goes
wrong. When I resize window, the .SWF only adapts its size on horizontal
coordinate. Vertical one, don´t move.
The code follows:
<div align="center">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="70%" height="70%">
<param name="movie" value="flashchess.swf" /><param name="quality" value="high"
/><param name="bgcolor" value="#000000" />
<embed src="flashchess.swf" width="70%" height="70%" quality="high"
bgcolor="#000000" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
/>
</object>
</div>
Can anyone help me?
IE6 browses correctly when I resize the window, and adapts the .swf to fit in
the 70% window size.
Firefox 2.0 works well with horizontal size, but with vertical size, goes
wrong. When I resize window, the .SWF only adapts its size on horizontal
coordinate. Vertical one, don´t move.
The code follows:
<div align="center">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="70%" height="70%">
<param name="movie" value="flashchess.swf" /><param name="quality" value="high"
/><param name="bgcolor" value="#000000" />
<embed src="flashchess.swf" width="70%" height="70%" quality="high"
bgcolor="#000000" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
/>
</object>
</div>
Can anyone help me?