var player; function createPlayer() { var flashvars = { file : '/index_files/image001.jpg', autostart:"true", controlbar : "none", displayclick : "none", repeat : "always", stretching : "fill", id : "player", name : "player", mute : "true" } var params = { allowfullscreen:"true", allowscriptaccess:"always", wmode:"transparent", menu:"false" } var attributes = { id:"player", name:"player" } swfobject.embedSWF("/swf/player.swf", "video", "100%", "100%", "9.0.115", false, flashvars, params, attributes); } window.addEvent("load", function() { if ($("home")) createPlayer(); }); var fondoPagina = ""; var staticUrl = "/"; // Control de transparencias window.addEvent("domready", function() { if (!($("home"))) { $("video").setStyles({"background" : "black" , "width" : "100%", "height" : "100%", "overflow" : "hidden", "opacity" : "1"}); fondoPagina = "201009031113_1jpg.jpg"; // Adaptar imagen a ratio pantalla window.addEvent("resize", function() { Site.onWindowResize(); }); } });