Ragazzi ho un piccolo problema con swfobject. Ho inserito lo script in due pagine diverse:
nell'index che è un filmato flash che prende tutta la pagina funziona alla grande nell'home page invece non va.... vi incollo di seguito il codice della mia home page, per favore aiutatemi sennò distruggo tutto!!!!!
<html>
<META Name="description" Content="bla bla bla">
<META Name="keywords" Content="bla bla bla">
<head>
<title>bla bla bla</title>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
swfobject.registerObject("immagine","menu", "9.0.0");
</script>
</head>
<BODY TEXT="#0000FF" LINK="#0E4927" VLINK="#0E4927" ALINK="#0E4927" BGCOLOR="white">
<center>
<table width=560>
<tr>
<div>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="635" height="230" id="immagine">
<param name="movie" value="immagine-logo.swf" />
<object type="application/x-shockwave-flash" data="immagine-logo.swf" width="635" height="230">
<a href="http://www.adobe.com/go/getflashplayer">
</a>
</object>
</object>
</div>
</tr>
</table>
<table width=560>
<tr>
<td width=180 align=right valign=top>
<a href="storia.html">
[img]storia.gif[/img]</a>
</td>
<td width=360 align=center valign=top>
<a href="azie.html">
[img]azie.gif[/img]</a>
</td>
<td width=180 align=left valign=top>
<a href="stabi.html">
[img]stabi.gif[/img]</a>
</td>
</tr>
<tr>
<td width=180 align=right valign=top>
<a href="eco.html">
[img]eco.gif[/img]</a>
</td>
<td width=360 align=center valign=top>
[img]prodo.gif[/img]
</td>
<td width=180 align=left valign=top>
<a href="qualita.html">
[img]quali.gif[/img]</a>
</td>
</tr>
<tr>
<td width=180 align=right valign=top>
</td>
<td width=360 align=center valign=top>
</td>
</tr>
</table>
<center>
<div>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="560" height="130" id="menu">
<param name="movie" value="menu.swf" />
<object type="application/x-shockwave-flash" data="menu.swf" width="560" height="130">
<a href="http://www.adobe.com/go/getflashplayer">
</a>
</object>
</object>
</div>
</center>
</body>
</html>
grazie