Hi
New here in this forum so this is a BIG HELLO to everyone from as far as China …
Anyone who could push me back on track by telling me on how I embed this flash to STAY :jail: other content, e.g. drop-down menu, lightbox, etc.?
It’s a XML flash, here is the 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>
Thanks a 8m times
</td>