Ver Mensaje Individual
  #6 (permalink)  
Antiguo 06/11/2007, 15:58
Avatar de calinsito
calinsito
 
Fecha de Ingreso: enero-2007
Ubicación: Guatemala
Mensajes: 168
Antigüedad: 18 años, 1 mes
Puntos: 2
Re: Como centrar pelicula flash, con Dreamweaver 8

esta es el html que estoy usando en Dreamweaver 8



<!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>Documento sin t&iacute;tulo</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>

<body>
<table style align="center" width="100%" height="100%" border="0">
<tr>
<th nowrap="nowrap" scope="col"><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="760" height="420">
<param name="movie" value="SEVENLOUNGE.COM - SEVEN nightclub_files/site.swf" />
<param name="quality" value="high" />
<embed src="SEVENLOUNGE.COM - SEVEN nightclub_files/site.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="420"></embed>
</object></th>
</tr>
</table>
</body>
</html>