Hi, I am trying to add some source code for a live webcams feed link to my terms page, I clicked the html box and pasted the code into this and clicked ok

But it just displays the code itself rather than the live feed, my code looks like this
[*]
<script src="http://static.awempire.com/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,24,0','width','568','heigh t','278','src','http://static.awempire.com/flash/live_feeds/live_feed','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','wmode','transparent','flashvars', 'appletroot=http://static.awempire.com/flash/live_feeds/&appletskin=template1/template01.swf&appletcol=900000&psid=isitonyourfac e&campaign_id=4604&pstour=t1&psprogram=REVS&site=j oy&flags=1,4,2&tmbfeed=true','movie','http://static.awempire.com/flash/live_feeds/live_feed' ); //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=8,0,24,0" width="568" height="278">
<param name="movie" value="http://static.awempire.com/flash/live_feeds/live_feed.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="flashvars" value="appletroot=http://static.awempire.com/flash/live_feeds/&appletskin=template1/template01.swf&appletcol=900000&psid=isitonyourfac e&campaign_id=4604&pstour=t1&psprogram=REVS&site=j oy&flags=1,4,2" />
<embed src="http://static.awempire.com/flash/live_feeds/live_feed.swf" width="568" height="278" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" flashvars="appletroot=http://static.awempire.com/flash/live_feeds/&appletskin=template1/template01.swf&appletcol=900000&psid=isitonyourfac e&campaign_id=4604&pstour=t1&psprogram=REVS&site=j oy&flags=1,4,2&tmbfeed=true"></embed>
</object>
</noscript>[*]

Do I need to modify the script or anything???

Thanks