ho installato il multi facendo prove tutto ok con i primi 2 filmati, ma con il 3 non funziona, continua a funzionare i primi due ma il terzo no.
allego i codici.
function flash_multi(num){
filmati = new Array('http://www.sposimarche.it/immagini/logo_testata_link.swf','http://www.sposimarche.it/immagini/banner/banner_regioni_sono-gli_sposi.swf','http://www.sposimarche.it/immagini/banner/8000aziende1.swf');
wi = new Array(765,253,253);
he = new Array(87,60,60);
document.write("<object type='application/x-shockwave-flash' data='"+filmati[num]+"'width='"+wi[num]+"' height='"+he[num]+"' id='filmato"+num+"'>\n");
document.write("<param name='movie' value='"+filmati[num]+"' />\n");
document.write("<param name='quality' value='high' /><param name='wmode' value='transparent' />\n");
document.write("</object>\n");
}
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>flash con java</title>
<meta http-equiv="Content-Language" content="it">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="stylesheet" href="../sito/stile1.css" type="text/css">
<script type='text/javascript' src='flash_multi.js'></script>
</head>
<body>
<center>
<table border="1" cellspacing="0" bordercolor="#990033" width="760" style="border-collapse: collapse" cellpadding="0">
<tr>
<td width="760" valign="top" height="418">
<align="center">
<table cellpadding="0" cellspacing="0" width="760">
<tr>
<td width="760" height="58">
<script type='text/javascript'>flash_multi(0);</script></td>
</tr>
<tr>
<td>
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="33%" align="center">
<script type='text/javascript'>flash_multi(1);</script></td>
<td width="34%" align="center">
<align="center">
[img]../immagini/banner/spaziolibero253.png[/img]</td>
<td width="33%" align="center">
<script type='text/javascript'>flash_multi(2);</script>
</td>
</tr>
</table>
</td>
</tr>
</table>
</p>
</td>
</tr>
</table>
</body></html>
grazie a chi puo darmi una mano