var flashvars = {
  htmlPage: document.location,
  currVideo: swfobject.getQueryParamValue("currVideo"),
  settingsFile: "http://www.booktrailers.eu/js/videoplayer/conf2/settings.xml",
  volume: p_volume,
  autoPlay: p_autoplay	  
};
var params = {
  allowFullScreen: "true",
  allowScriptAccess: "always",
	  wmode: "trasparent"
};
var attributes = {
  id:"videoPlayer",
  name:"videoPlayer"  
};
 
swfobject.embedSWF("http://www.booktrailers.eu/js/videoplayer/conf2/videoPlayer.swf", "videoPlayer", p_width, p_height, "9.0.115", "http://www.booktrailers.eu/js/videoplayer/conf2/swfobject/expressInstall.swf", flashvars, params, attributes);
//swfmacmousewheel.registerObject(attributes.id);
