Embedded flash resolution higher than native resolution

Hi,
I am relatively new to website designing. I made a flash slideshow (.swf) with resolution 1600x1200. I want this slideshow to run as a site intro that should fit on any resolution. I also have some logo and text overlay on the flash. Now the problem is the animation is too big for the site to display so instead of fitting it, its only showing a part of the animation. I tried to use swffit but it just wont work for me. No matter how hard i try.
My embed code is like this:

<div id=“flash” align=“middle” >
<object type=“application/x-shockwave-flash”
data=“website.swf” width=“1600” height=“1200”>
<param name=“movie” value=“website.swf” />
<param name=“quality” value=“high”/>
<param name=“wmode” value=“transparent”/>
<param name=“loop” value=“true”/>
<param name=“allowFullScreen” value=“true”/>
</object>
</div>

Appreciate any help.
Thank you

Just had to add in another parameter
<param name=“scale” value=“exactfit”/>

thats it. :confused:

Glad you sorted it, addyaustin. Thanks for posting a solution, and welcome to the forums. :slight_smile: