Flash animation in a browser

Hi everyone,

Here is an animation I realised which can be resized, all the object in the movie move their position according to the width of the stage.
The problem is I don’t know how to put this swf in a browser working as the standalone does. I want to resize it from the web page, to work 100% width.
http://gabriell.sufx.net/public/ready/finalanimation.rar

I tried different html code, but can’t find a good one.
I tought this is good:
<body>
<object type=“application/x-shockwave-flash” name=“cxwebplayer” data=“finalanimation.swf” width=“100%” height=“332px”>
<param name=“movie” value=“finalanimation.swf” />
<param name=“menu” value=“false” />
<param name=“salign” value=“tl” />
</object>
</div>
</body>

but I was wrong.
As setting the movie to 100% width doesn’t seem to give the same result.
Save me guys!
Thanks.

Here is a link with the swf in browser:
http://gabriell.sufx.net/public/ready/finalanimation1.html
Thought it would be usefull.

I noticed that if I refresh the browser it works, but that’s not a solution.