﻿var params  = {
      scale: 'noScale',
      menu: 'false',
      allowFullScreen: 'true',
      allowScriptAccess: 'always',
      wmode: 'transparent',
      salign: ''                  
};

var flashwidthMin = 1200;
var flashheightMin = 768;

$(function () {        

    
	var flashvars = 
	{		
		xmlFile:"datasource.xml"
	}
	
    swfobject.embedSWF("nss.swf","flashreplace",flashwidthMin,flashheightMin,"9.0.0","expressInstall.swf",flashvars,params);         
	swffit.fit("flashreplace",flashwidthMin,flashheightMin); 
});