mettere un video flash come sfondo e in secondo piano

disinformatico

Nuovo Utente
3 Giu 2010
1
0
0
salva a tutti,
ho un piccolo problema con il mio sito internet:
ho messo come sfondo un video flash, l'unico problema che il video va a ricoprire tutto il resto.
metto qua tutto il codice che ho usato.
Codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>Sfondo al 100% con i css</title>
	<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
	<meta name="description" content="Impostare un immagine di sfondo al 100% con i css" />
	<style type="text/css">
		html, body{	width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden;}
		#sfondoesterno{position:absolute; height:100%; width: 100%; margin: 0; padding: 0; z-index: 1;}
		#contenitore{position: absolute; z-index: 2; color: white; overflow: auto; height: 100%; width: 100%;}
	</style>
</head>
<body>

<body bgcolor=#70F11E>
	
<div id="sfondoesterno">
	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100%" height="100%">
	<param name=movie value="C:\Documents and Settings\Boss\Desktop\sito\matrix\Matrix_Code_Emulator_by_LennyNero.swf">
	<param name=quality value=high>
	<PARAM NAME=wmode VALUE=transparent>
	<param name="wmode" value="opaque">
	<embed src="C:\Documents and Settings\Boss\Desktop\sito\matrix\Matrix_Code_Emulator_by_LennyNero.swf" quality=high wmode=transparent pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="100%"
	wmode="opaque">
	</embed>
	</object>
	</div>
<div>
<p align=center>
<script type="text/javascript">
//<![CDATA[
document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js.ad/size=728X90/r='+new Date().getTime()+'"><\/s'+'cript>');
//]]>
</script>
<p align=center><b><font color="red"><font size=15>Il Mio Sito Internet</b></font>
<br><br><br><br>
<marquee><font color="red"><font size=6>di Luca Rimediotti</marquee>

<br><br>
<img src="490.gif"width="25%">
<br><br>
<a href="prova2.htm"><p align=center><b><font color="red"><font size=5>Clicca Qui Per Entrare</b></font>
</a>
</div>
</body>
</html>

mi potete dare una mano please
grazie
disi:cool::byebye:
 

Discussioni simili