Hi,
My playlists only begin to work once I press the left-arrow (reverse button); pressing the right-arrow (forward button) does nothing. My code:
<script type="text/javascript" src="/static/7/the_vpl_authority/swfobject.js"></script>
<script type="text/javascript">
var s1 = new SWFObject("/static/7/the_vpl_authority/imagerotator.swf","rotator","715","400","7");
s1.addVariable("allowfullscreen","true");
s1.addVariable("file","/static/7/the_vpl_authority/vpl_section1.xml");
s1.addVariable("width","715");
s1.addVariable("height","400");
s1.addVariable("shuffle","false");
s1.addVariable("transition","fade");
s1.addVariable("repeat","list");
s1.addVariable("useaudio","false");
s1.addVariable("autostart","false");
s1.write("container");
</script>
Any help is much appreciated!
