;

PDA

Click to See Complete Forum and Search --> : fix size for any resolution.


UltraSparc
08-13-2000, 06:06 AM
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

2kool2
08-13-2000, 07:40 AM
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

UltraSparc
08-13-2000, 08:38 AM
Hi, 2kool2

Thank you very much for your help.

UltraSparc