--- a/testsuite/web-framework/JWP.js Thu Oct 29 18:12:10 2009 +0000
+++ b/testsuite/web-framework/JWP.js Thu Oct 29 18:48:27 2009 +0000
@@ -4,7 +4,7 @@
}
JWP.prototype.name = function() {
- return "JW FLV Media Player 4.2";
+ return "JW FLV Media Player 4.6";
}
JWP.prototype.startPlayer = function ()
@@ -25,9 +25,9 @@
var embed = document.createElement("embed");
embed.setAttribute("src", "player.swf");
embed.setAttribute("flashvars",
- "bufferlength=5&file=dfxp_movie.flv&captions="
+ "bufferlength=5&file=dfxp_movie.flv&plugins=captions-1&captions.file="
+ filename
- + "&mute=true&plugins=accessibility&autostart="
+ + "&autostart="
+ autostart);
embed.setAttribute("seamlesstabbing", "true");
embed.setAttribute("bgcolor", "white");