im kinda confused about something… when i put my swf into an xhtml page using…
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="950" height="675">
<param name=movie value="Shell2.swf">
<param name=quality value=high>
<param name=bgcolor value=#000000>
<param name=scale value=noborder>
<embed src="Shell2.swf" quality=high bgcolor=#000000 width="950" height="675" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash"> </embed>
</object>
and i view it its not resizable but is according to the dims i set 950x675…
but when i type in the absolute URL to the swf (Shell2.swf) and view it thru the browser it scales…
how can i get this to work in my xhtml page?
i dont use the auto generated flash html i code by hand…
thanks
løk