Hi
I have this code and can't get it embedded so it would stay behind other content, e.g. a lightbox, etc.
HTML Code:
<td align="left" id="container" valign="middle" z-index="0"><!-- see notes for files included -->
<a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player to see this rotator.</a>
<script type="text/javascript" src="my/path/to/file.js"></script>
<object><script type="text/javascript">
var s1 = new SWFObject("my/path/to/flash.swf","rotator","415","120","7");
s1.addParam("allowfullscreen","false");
s1.addVariable("file","my/path/to/file.xml");
s1.addVariable("width","415");
s1.addVariable("height","120");
s1.write("container","embed");
</script></object>
</td>
Forgot ... it is a XML flash I am using working with here.
Thanks a lot