WebSite X5Help Center

 
Marco B.
Marco B.
User

Non riesco a mettere Sfondo trasparente su oggetto flash  it

Autor: Marco B.
Visited 1013, Followers 1, Udostępniony 0  

ciao a tutti non riesco a mettere lo sfondo trasparente su un oggetto flash questo è il codice html:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" lang="it">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>IpodPlayer Nuova Versione </title>
<meta name="keywords" content="ipod, flash, player, mp3, Julius, JuliusDesign, Blog, Action Script, testo">
<script type="text/javascript" src="flashobject.js"></script>

</head>
<body bgcolor="#EEEEEE" >

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="328" align="center" valign="middle"><div id="flashcontent" align="center">
<a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW"><font size="1" face="Tahoma" color="#FF9900">scarica Flash Player </font></a>
</div>
<script type="text/javascript">
var so = new SWFObject("ipodplayer_update.swf", "mymovie", "182", "330", "8", "#FFFF");
so.addParam("quality", "best");
so.addParam("salign", "t");
so.write("flashcontent");
</script></td>
<tr>
<tr>
<td align="center" valign="middle" bgcolor="#005BB7"><a href="http://motoclubmonsanvitese.it/" style="text-decoration:none"><font color="#FFFFFF" size="2" face="Tahoma"><strong><font size="3">&raquo;JuliusDesign&laquo;</font></strong></font></a></td>
</tr>
</table>
</body>


</html>

grazie

Posted on the
3 ODPOWIEDZI - 1 PRAWIDłOWA ODPOWIEDź
Mirko Boschetti
Mirko Boschetti
Moderator

Ma l'oggetto che vuoi inserire, ha già lo sfondo trasparente?

Czytaj więcej
Posted on the from Mirko Boschetti
Marco B.
Marco B.
User
Autor

ciao si  ho provato anche a cambiare colore di questa riga qui( var so = new SWFObject("ipodplayer_update.swf", "mymovie", "182", "330", "8", "#FFFF");) e il colore lo cambia lasciando invariato l'oggetto  pero non riesco a renderla trasparente .  ( il sito è questo http://www.motoclubmonsanvitese.it/  e loggetto in questione è lipod. grazie

Czytaj więcej
Posted on the from Marco B.
Marco B.
Marco B.
User
Autor

ho risolto inserendo questa stringa (("wmode", "transparent")

grazie ugualmente a tutti

Czytaj więcej
Posted on the from Marco B.