var width = 900;
var height = 600;
var flashvars = {
//if you specify a xml file the settings will be read from the xml file
xml:"xml/gallery.xml"
};
var params = {
menu: "false",
allowScriptAccess: "always",
scale: "noscale",
allowFullScreen: "true",
wmode:'transparent'
};
var attributes = {};
swfobject.embedSWF("preview.swf", "flashcontent", width, height, "9.0.0", "expressInstall.swf", flashvars, params, attributes);
