function getFlash( xmlId )
{
var d = new Date();
var objGalleryCustom = GalleryCustom.getInstance();
//objGalleryCustom.backgroundColor.replace(/#/,"0x")
//objGalleryCustom.textColor.replace(/#/,"0x")
//objGalleryCustom.galWidth;
    
strOut = '<center><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+objGalleryCustom.galWidth+'" height="246" id="gallery" align="middle">';
strOut += '<param name="allowScriptAccess" value="sameDomain" />';
strOut += '<param name="movie" value="http://gallery.use.com/gallery2.swf?xmlfile='+xmlId+'.xml&backgroundColor='+objGalleryCustom.backgroundColor.replace(/#/,"0x")+'&textColor='+objGalleryCustom.textColor.replace(/#/,"0x")+'&'+d.getMilliseconds()+'" /><param name="quality" value="high" /><param name="bgcolor" value="#637484" /><embed src="http://gallery.use.com/gallery2.swf?xmlfile='+xmlId+'.xml&backgroundColor='+objGalleryCustom.backgroundColor.replace(/#/,"0x")+'&textColor='+objGalleryCustom.textColor.replace(/#/,"0x")+'&'+d.getMilliseconds()+'" quality="high" bgcolor="#637484" width="'+objGalleryCustom.galWidth+'" height="246" name="gallery" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
strOut += '</object></center>';
//return strOut;
//document.write(strOut);
document.getElementById('galleryPreview').innerHTML = strOut;
}
