Ok, I might have a question after all. It is to do with a map flash that I have been using. It of course does the same thing. How would I set this up. The top script part is where I am having my problems. How would I set that up to get it work with the both emb object?
<head>
<script src="AC_RunActiveContent.js" type="text/javascript"></script>
<meta name="GENERATOR" content="Koolmoves">
</head>
<body BGCOLOR="#000000" text="#ffffff" link="#FF0000">
<center>
<script type="text/javascript">
AC_FL_RunContent(
'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width
','700','height','397','src','us.swf?data_file=imc s.xml','quality','high','pluginspage','http://www.mac
romedia.com/go/getflashplayer','movie','us.swf?data_file=imcs.xml ' ); //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,0,0"
width="700" height="397" id="zoom_map" align="top">
<param name="movie" value="us.swf?data_file=imcs.xml"/>
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<embed src="us.swf?data_file=imcs.xml" quality="high" bgcolor="#000000" width="700" height="397"
name="Clickable U.S. Map" align="top"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object></noscript>
</center>
</body>
</html>
