Hello everybody
I installed image rotator on my joomla web site. On ie7 and all other browser it run perfectly. But on IE6 i have this message : Get the flash player...
<script type="text/javascript" src="../media/rotator/application/swfobject.js"></script>
<div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this animation.</div>
<script type="text/javascript">
var s1 = new SWFObject("../media/rotator/application/imagerotator.swf","rotator","450","455","7");
s1.addVariable("width","450");
s1.addVariable("height","455");
s1.addVariable("file","../media/rotator/application/madrid.xml&screencolor=0xFFFFFF");
s1.addParam("allowfullscreen","false");
s1.addVariable("shownavigation","false");
s1.addVariable("shuffle","false");
s1.addVariable("rotatetime","3");
s1.addVariable("width","450");
s1.addVariable("height","455");
s1.write("container");
</script>
Could you help me please ?