09/06/2008, 06:56
|
| | Fecha de Ingreso: junio-2008
Mensajes: 34
Antigüedad: 16 años, 5 meses Puntos: 0 | |
Respuesta: Recuadro blanco al cargar swf. Os pongo el codigo por si ayuda:
Código:
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>disco bo.karoo</title>
<style type="text/css">
<!--
body {
background-color: #000000;
background-image: url();
}
body,td,th {
color: #FFFFFF;
}
.Estilo2 {font-style: normal; text-decoration: none; color: #FFFFFF; font-family: "Bauhaus 93"; font-size: x-large;}
-->
</style></head>
<body>
<div align="center">
<p> </p>
<p> </p>
<p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="612" height="450" title="Intro">
<param name="movie" value="flash inicio.swf" />
<param name="quality" value="high" />
<embed src="flash inicio.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="612" height="450" ></embed>
</object>
</p>
<a href="home/home.html" class="Estilo2">entrar</a></div>
</body>
</html>
|