bozena ho provato lo script che mi hai dato
in firefox mi vede i due file flash, ma tanto li non avevo nessun problema anche prima,.

in internet explorer non me li trova proprio
ecco la pagina che ho fatto


<html>
<head>
<title>Prova</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="760" height="100" border="0" cellpadding="0" cellspacing="0">
<tr>
<td></td>
<td></td>
<td><script src="swf/areariservata.js" type="text/javascript" style="display:inline"></script>
<script type="text/javascript">RunUp();</script></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td width="120"><script src="swf/01.js" type="text/javascript" style="display:inline"></script>
<script type="text/javascript">RunUp();</script></td>
<td></td>
<td></td>
</tr>
</table>
</body>
</html>



swf/01.js



function RunUp()
{
document.write('<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="QUI METTI I PIXEL DI LARGHEZZA, ES 552" height="ANCHE QUI 215" id="menuSx" ALIGN="">\n');

document.write('<PARAM NAME=movie value="swf/01.swf">\n');
document.write('<PARAM NAME=loop VALUE=true>\n');
document.write('<PARAM NAME=menu VALUE=false>\n');
document.write('<PARAM NAME=quality VALUE=high>\n');
document.write('<PARAM NAME=wmode VALUE=transparent>\n');

document.write('<EMBED src="swf/01.swf" loop=true menu=false quality=high wmodwmode=transparent WIDTH="120" HEIGHT="600" NAME="menuSx" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>\n');
document.write('</object>\n');
}




swf/areariservata.js


function RunUp()
{
document.write('<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="QUI METTI I PIXEL DI LARGHEZZA, ES 552" height="ANCHE QUI 215" id="menuSx" ALIGN="">\n');

document.write('<PARAM NAME=movie value="swf/areariservata.swf">\n');
document.write('<PARAM NAME=loop VALUE=true>\n');
document.write('<PARAM NAME=menu VALUE=false>\n');
document.write('<PARAM NAME=quality VALUE=high>\n');
document.write('<PARAM NAME=wmode VALUE=transparent>\n');

document.write('<EMBED src="swf/areariservata.swf" loop=true menu=false quality=high wmodwmode=transparent WIDTH="741" HEIGHT="146" NAME="menuSx" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>\n');
document.write('</object>\n');
}