Ver Mensaje Individual
  #7 (permalink)  
Antiguo 29/11/2005, 08:51
alidaniel
 
Fecha de Ingreso: diciembre-2004
Ubicación: Caracas
Mensajes: 49
Antigüedad: 19 años, 4 meses
Puntos: 0
Bandit, cuando llamo el swf desde un html no me abre el popup..

ejemplo

<!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>Untitled Document</title>
</head>

<body>
<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="550" height="400">
<param name="movie" value="PoPups.swf">
<param name="quality" value="high">
<embed src="PoPups.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400"></embed>
</object>
</body>
</html>