Video Squueze Test
Video below?
You have Flash version 9.115 or above. Enjoy high quality video!
// Flowplayer installation with Flashembed parameters
flowplayer(“player”, {
// our Flash component
src: “http://releases.flowplayer.org/swf/flowplayer-3.1.5.swf”,
// we need at least this version
version: [9, 115],
// older versions will see a custom message
onFail: function() {
document.getElementById(“info”).innerHTML =
“You need the latest Flash version to view MP4 movies. ” +
“Your version is ” + this.getVersion()
;
}
// here is our third argument which is the Flowplayer configuration
}, {
clip: “http://blip.tv/file/get/KimAronson-TwentySeconds6421.m4v”
});