NombreSwf="index.swf"; //CON RUTA! 8aca va el nombre del swf
document.write ('<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="780" height="400"><param name="movie" value="'+ NombreSwf +'">\n');
document.write ('<embed PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" wmode="transparent" type="application/x-shockwave-flash" quality="high" width="780" height="400" src="'+ NombreSwf +'"></embed>\n');
document.write ('</object>\n');