static.js
654 Bytes
// Place all the behaviors and hooks related to the matching controller here.
// All this logic will automatically be available in application.js.
$(function(){
flowplayer("player2", "/player/flowplayer-3.2.9.swf",{
//onFinish: function(){ this.getPlugin("play").hide(); },
canvas: { backgroundColor: "#FFFFFF" }
});
flowplayer("player3", "/player/flowplayer-3.2.9.swf",{
//onFinish: function(){ this.getPlugin("play").hide(); },
canvas: { backgroundColor: "#FFFFFF" }
});
flowplayer("player4", "/player/flowplayer-3.2.9.swf",{
//onFinish: function(){ this.getPlugin("play").hide(); },
canvas: { backgroundColor: "#FFFFFF" }
});
});