//var root_url = 'http://core2/rbs/';
var root_url = 'http://www.royalgroupmexico.com.mx/';
var sURL = root_url + 'rbs_intro.flv';
//document.write(root_url + "rbs_intro.swf");

/*Implementacion para reproducir el video*/
function play(videoservercode, picturelink, autostart) {
  if (swfobject.hasFlashPlayerVersion("6.0.0")) {
    var w = "121";
    var h = "109";

    strFlashvar = "enablejs=true&";
    strFlashvar += "file=" + videoservercode;
    //strFlashvar += "&image=" + picturelink;
    strFlashvar += "&autostart=" + autostart;
    //strFlashvar += "&logo=" + root_url + "/images/logo.jpg";
    strFlashvar += "&repeat=true";
    strFlashvar += "&icons=false";
    strFlashvar += "&fullscreen=false";
    strFlashvar += "&width=" + w + "&height=" + h;


    var att = { data: root_url + "rbs_intro.swf", width: w, height: h };
    var par = { flashvars: strFlashvar, wmode: "transparent", allowfullscreen: "true", allowscriptaccess: "always" };
    var id = "Reproductor";
    var mySWFObject = swfobject.createSWF(att, par, id);

  }
}

play(sURL, null, true);

/*Fin Implementacion para reproducir el video*/
