user.js 327 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("player5", "/player/flowplayer-3.2.9.swf",{
	//onFinish: function(){ this.getPlugin("play").hide(); },
	canvas: { backgroundColor: "#FFFFFF" }
  });
});