Problem with embeding a 100% height and 100% width Flash site

I just hope this forum still handles questions concerning CS3 version as I am totally outdated and haven´t posted here for a long time.
As I´ve just opened today a flash site that I created 6 years ago (during the matter of EULA restriction) I was surprised to visualize it as small as a thumbnail on browser window (enclosed the captured screen).
On that time I employed a script which is posted at the bottom of this post for a 100% height and 100% width Flash embed.
The question is how to embed it so that to avoid such problem ?
Thank you a lot


<script type=“text/javascript”>
AC_FL_RunContent( ‘codebase’,‘http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0’,‘width’,‘100%’,‘height’,‘100%’,‘src’,‘flash/famigliarocco_0’,‘quality’,‘high’,‘pluginspage’,‘http://www.macromedia.com/go/getflashplayer’,‘movie’,'flash/famigliarocco_0’ ); //end AC code
</script>
<noscript>
<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0” width=“100%” height=“100%”>

<param name=“movie” value=“flash/famigliarocco_0.swf” />

<param name=“quality” value=“high” />

<embed src=“flash/famigliarocco_0.swf” quality=“high” pluginspage=“http://www.macromedia.com/go/getflashplayer” type=“application/x-shockwave-flash” width=“100%” height=“100%”>

</embed>

</object>

</noscript>