Code help

hi
i have used the code to stop the activating message and want to make the flash full as well

i have this code for the activating fix

<script type=“text/javascript” src=“flashobject.js”></script>
<div id=“flashcontent” style=“width: 900px; height: 600px”></div>
<script type=“text/javascript”>
var fo = new FlashObject("…/flash/grass roots title 14.swf", “animationName”, “900”, “600”, “8”, “#7DD780”);
fo.addParam(“allowScriptAccess”, “sameDomain”);
fo.addParam(“quality”, “high”);
fo.addParam(“scale”, “noscale”);
fo.addParam(“loop”, “false”);
fo.write(“flashcontent”);
</script>

and this code for the full window

</style></head>
<body bgcolor="#7dd780">
<!–url’s used in the movie–>
<!–text used in the movie–>
<!-- saved from url=(0013)about:internet -->
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0” width=“100%” height=“100%” id=“grass roots title 14” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value="…/flash/grass roots title 14.swf" /><param name=“quality” value=“high” /><param name=“scale” value=“noscale” /><param name=“salign” value=“lt” /><param name=“bgcolor” value="#7dd780" /><embed src="…/flash/grass roots title 14.swf" quality=“high” scale=“noscale” salign=“lt” bgcolor="#7dd780" width=“100%” height=“100%” name=“grass roots title 14” align=“middle” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object>
</body>
</html>

the question is, how do i combine them so that both of them work
thanks