Hi, I'm using the JW image rotator version 3.17 and having some browser playback issues. It works fine in IE, Safari, and Google Chrome. But it hangs never loading the xml or images in Fire Fox and Opera browsers. I've tried several methods of inserting the codes and I always end up with the same results. Here is my code below.
<div align="center" id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this rotator.</div>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var s1 = new SWFObject("imagerotator.swf","rotator","796","193","7");
s1.addParam("allowfullscreen","false");
s1.addVariable("file","madrid.xml");
s1.addVariable("width","796");
s1.addVariable("height","193");
s1.addVariable("overstretch","true");
s1.addVariable("shownavigation","false");
s1.addVariable("displayclick","none");
s1.addVariable("autostart","true");
s1.addVariable("rotatetime","5");
s1.addVariable("shuffle","true");
s1.write("container");
</script>
</noscript>Is there any way to get this to work in the other browsers? My FF preferences are set to view flash and had other users test, and as well get the same results. If needed.... the link to view it is at http://www.familyfishandgame.com/twinriversmedia/index.htm
Any help is appreciated thanks.
You are using the wrong directory separator symbol in the image URLs.
The directory separator symbol in URLs must always be the forward slash "/".
<location>rotatorimages<strong>/</strong>phesant.jpg</location>Note that pheasant is also mis-spelled.