Comunidad de diseño web y desarrollo en internet online

Fondo que se ajusta al tamaño del navegador en Flash aveces

Citar            
MensajeEscrito el 03 Sep 2007 05:00 pm
Hola!
hice el tutorial "Fondo bitmap que se ajusta al tamaño del navegador en Flash" y si me sale bien, solo que el problema es que sale a veces, solo la primera vez que lo monto en el html, cuando le doy exporar la segunda vez ya no funciona... estare haciendo algo mal en el HTML? esto dice el HTML:

Código :

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
   background-color: #FFFFFF;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1024','height','768','src','flash/intro','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','flash/intro' ); //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="1024" height="768">
  <param name="movie" value="flash/intro.swf" />
  <param name="quality" value="high" />
  <embed src="flash/intro.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1024" height="768"></embed>
</object></noscript>
</body>
</html>


Porfa' ayudenme!

:shock:

Por Katsu82

7 de clabLevel



 

firefox
Citar            
MensajeEscrito el 03 Sep 2007 07:18 pm
K onda

Kita todo eso y solo pon el en archivo swf width="100%"
<body>
<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="100%" height="100%" align="absmiddle">
<param name="movie" value="flash/intro.swf">
<param name="quality" value="high">
<embed src="flash/intro.swf" width="100%" height="100%" align="absmiddle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>

</object>
</body>

Por nasho

Claber

908 de clabLevel

1 tutorial

Genero:Masculino  

Web Developer

firefox
Citar            
MensajeEscrito el 04 Sep 2007 04:22 pm
hola!
No me funciono, o en realidad me funciono la mitad pues si lo muestra todo, pero el flash me sale cortado a la mitad....

Por Katsu82

7 de clabLevel



 

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.