Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/04/2005, 23:52
xp64
(Desactivado)
 
Fecha de Ingreso: febrero-2005
Ubicación: Azcapotzalco
Mensajes: 299
Antigüedad: 19 años, 2 meses
Puntos: 2
hice algunas modificaciones y funciona

Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin t&iacute;tulo</title>
<style type="text/css">
<!--
body {
     margin : 0px ;
}
-->
</style></head>

<body scroll=no>
<div style="width:100%;height:99%;position:absolute">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%">
	<param name="movie" value="ini.swf">
	<param name=quality value=high>
	<embed src="ini.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="100%"></embed>
  </object>
</div>
</body>
</html> 

Última edición por xp64; 12/04/2005 a las 00:09