Dear all,
Does anyone know how to make a flash or swish for fit with any size view with any resolution from a web browers?
Such as URL: http://www.ir3x.it (It seem have already fixed size)
Thanks
Printable View
Dear all,
Does anyone know how to make a flash or swish for fit with any size view with any resolution from a web browers?
Such as URL: http://www.ir3x.it (It seem have already fixed size)
Thanks
I think this is what your after. Try it in your html:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="99%" height="92%" align="middle">
<param name=movie value="YOUR.swf">
<param name=quality value=high>
<param name="SCALE" value="exactfit">
<embed src="2kool2.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="99%" height="92%" align="middle" scale="exactfit">
</embed>
</object>
Pay Note to the SCALE value
also the width & height
Oh and take out YOUR and replace with the your swf file.
mike
Hi, 2kool2
Thank you very much for your help.
UltraSparc