Comunidad de diseño web y desarrollo en internet online

problema con flashobject

Citar            
MensajeEscrito el 22 Abr 2006 04:51 am
¿como se hace para poner dos peliculas en lo posible separadas por capas? posteo el codigo

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" xml:lang="es" lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>nuevo_header</title>
</head>


<body bgcolor="#ff0000">

<div style="position:absolute;  top:0px; left: 5px;">
<script type="text/javascript" src="flashobject.js"></script>

<div id="flashcontent">
  baja flash dede la web oficial para ver esta pagina
</div>

<script type="text/javascript">
   var header = new FlashObject("nuevo_header.swf", "noticiero", "1000", "260", "7", "#FF0000");
   header.write("flashcontent");
</script>

</div>


<div style="position:absolute;  top:265px; left: 5px;">


<script type="text/javascript">
   var contenedor = new FlashObject("contenedor.swf", "pelicula", "1000", "1000", "7", "#FFFFFF");
   contenedor.write("flashcontent");
</script>
</div>
</body>
</html>

Por Inyaka

Claber

3176 de clabLevel

9 tutoriales
2 articulos

Genero:Masculino   Desarrollador de GAIA

Programador y fotógrafo

firefox
Citar            
MensajeEscrito el 22 Abr 2006 06:37 pm
crea dos divs diferentes
<div id="flashcontent1">
baja flash dede la web oficial para ver esta pagina
</div>


<div id="flashcontent2">
baja flash dede la web oficial para ver esta pagina
</div>

y luego

header.write("flashcontent1");
contenedor.write("flashcontent2");

Por _CONEJO

BOFH

7639 de clabLevel

17 tutoriales
21 articulos

 

clabbrowser
Citar            
MensajeEscrito el 23 Abr 2006 05:38 am
OK conejo me resulto, gracias, como siempre me has resuelto el problema y de paso entendi como se trabaja esto, posteo la solución en el tema principal para que no se vuelva a repetir la pregunta

Por Inyaka

Claber

3176 de clabLevel

9 tutoriales
2 articulos

Genero:Masculino   Desarrollador de GAIA

Programador y fotógrafo

firefox

 

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