Ver Mensaje Individual
  #5 (permalink)  
Antiguo 15/07/2009, 11:09
jorge Ramirez
 
Fecha de Ingreso: abril-2007
Mensajes: 66
Antigüedad: 17 años
Puntos: 1
Respuesta: Se puede colocar un texto con css sobre un swf (como fdo)?

asi lo hice..


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=UTF-8" />
<title>Documento sin t&iacute;tulo</title>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<style type="text/css">
<!--

.sobre {
	position:absolute;
	top:108px; /*en función de los tamaños de tus imágenes */
	left:87px; /*en función de los tamaños de tus imágenes */
	opacity: 50;
	z-index: 2222;
	color: #FFFFFF;
    }
-->
</style>
</head>

<body>
<div class="qq">
  <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','550','height','400','src','Sin','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','Sin' ); //end AC code
  </script>
  <noscript>
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="550" height="400">
    <param name="movie" value="Sin.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <embed src="Sin.swf" width="550" height="400" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed>
  </object>
  </noscript>
  
</div>
 <div class="sobre">asasdasdasd
 </div>
</body>
</html>