I searched and searched, but could not find anything that resolved my problem.
I used WB5 to develop my website, that has a page (file) highlighting five different venues (ohoto and text), and each venue is linked to 5 different pages (files) that included the JW player loaded to the server. The JW players for each of the linked pages were loaded with multiple jpg files, which I assume is referenced to the “playlist.”
The link to the page works fine. The player comes up fine; however, I have what seems to be a file path problem.
The player starts automatically, but when I open the link to the page containing the player for playlist1, it shows the images from playlist5. Completely different images were loaded for each playlist. In fact all of the 5 plage autostart and show the images in playist5.
How do I correct this problem? Is my playlist file extension wrong? A copy of my Flashvars for my playlist1 is shown below.
var fo = new SWFObject("mediaplayer.swf", "mediaplayer", "100%", "100%", "7", "#FFFFFF");
fo.addVariable("width", "800");
fo.addVariable("height", "600");
fo.addVariable("file", "playlist1.xml");
fo.addVariable("shownavigation", "true");
fo.addVariable("showstop", "true");
fo.addVariable("showdigits", "true");
fo.addVariable("showdownload", "false");
fo.addVariable("showicons", "true");
fo.addVariable("usefullscreen", "true");
fo.addVariable("autostart", "true");
fo.addVariable("bufferlength", "7");
fo.addVariable("repeat", "list");
fo.addVariable("shuffle", "false");
fo.addVariable("volume", "80");
fo.addVariable("overstretch", "true");
fo.addParam("allowFullScreen", "true");
fo.write("FLVPlayer");
We need links to your test pages before we can help you — guessing just wastes everyone's time.