<swfobject> javascript e flash

Francesco82a

Nuovo Utente
13 Giu 2008
2
0
0
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>
<p>
<br>
<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" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="immagine-logo.swf" width="635" height="230">
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>


</tr>
</table>
<table width=560>
<tr>
<td width=180 align=right valign=top>
<a href="storia.html">
<img alt="la storia" width=105 height=95 border=0 src="storia.gif"></a>
</td>
<td width=360 align=center valign=top>
<a href="azie.html">
<img alt="l'azienda" width=105 height=95 border=0 src="azie.gif"></a>
</td>
<td width=180 align=left valign=top>
<a href="stabi.html">
<img alt="lo stabilimento" width=105 height=95 border=0 src="stabi.gif"></a>
</td>
</tr>
<tr>
<td width=180 align=right valign=top>
<br>
<a href="eco.html">
<img alt="l'ecosistema" width=100 height=85 border=0 src="eco.gif"></a>
</td>
<td width=360 align=center valign=top>
<br><br>
<a href="prodo.html"><img alt="I prodotti" width=160 height=85 border=0 src="prodo.gif"></a>
</td>
<td width=180 align=left valign=top>
<br>
<a href="qualita.html">
<img alt="la qualità" width=105 height=95 border=0 src="quali.gif"></a>
</td>
</tr>
<tr>
<td width=180 align=right valign=top>
</td>
<td width=360 align=center valign=top>
</td>
</tr>
</table>
<p>

<center>
<div>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="560" height="130" id="menu">
<param name="movie" value="menu.swf" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="menu.swf" width="560" height="130">
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>

</center>

</body>
</html>


grazie
 

Discussioni simili