A ver... para describiros que sucede: he creado una tabla en dream, le he colocado dentro un swf, pero quiero un pop up cuando esta se abra. el problema es que no me sale!. Aqui os muestro como tengo el codigo, decidme por favor en que lugar debo colocar el codigo para el pop up, y si es posible pasadmelo nuevamente, quiza lo tenga mal.
Os lo agradezco infinitamente.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="" content="text/html; charset=iso-8859-1">
<meta http-equiv="" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="100%" border="0">
<tr>
<td><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="850" height="650">
<param name="movie" value="file:///C|/Documents%20and%20Settings/Escritorio/bannerderecho.swf">
<param name=quality value=high>
<embed src="file:///C|/Documents%20and%20Settings/Escritorio/bannerderecho.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="850" height="650"></embed>
</object></td>
</tr>
</table>
</body>
</html>