result.js 178 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 $(function(){ flowplayer("player", "/player/flowplayer-3.2.9.swf",{ onFinish: function(){ this.getPlugin("play").hide(); }, canvas: { backgroundColor: "#FFFFFF" } }); });