Foros del Web » Creando para Internet » Flash y Actionscript »

Como se puede hacer

Estas en el tema de Como se puede hacer en el foro de Flash y Actionscript en Foros del Web. Hola a todos Estoy intentado hacer que no tengas que pinchar en el flash para que se active, pero si le paso datos con un ...
  #1 (permalink)  
Antiguo 27/09/2006, 02:04
Avatar de Ascariz  
Fecha de Ingreso: noviembre-2005
Mensajes: 403
Antigüedad: 18 años, 5 meses
Puntos: 0
Pregunta Como se puede hacer

Hola a todos

Estoy intentado hacer que no tengas que pinchar en el flash para que se active, pero si le paso datos con un XML no funciona, por que puede ser ???

codigo original
Código HTML:
<script type="text/javascript" src="flashobject.js"></script>
<div id="flashcontent">
<embed src="111.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="700" height="400" loop="false" scale="exactfit"></embed>
</div>
<script type="text/javascript">
var mymovie = new FlashObject("111.swf", "pelicula", "700", "400", "7", "");
mymovie.addParam("menu", "false");
mymovie.write("flashcontent");
</script> 
el que intento cargar con XML es

Código HTML:
<div id="flashcontent">
<embed src="Charts/FC_2_3_Pie3D.swf&dataURL=Data2.xml&chartWidth=700&chartHeight=350" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="700" height="400" loop="false" scale="exactfit"></embed>
</div>
<script type="text/javascript">
var mymovie = new FlashObject("Charts/FC_2_3_Pie3D.swf&dataURL=Data2.xml&chartWidth=700&chartHeight=350", "pelicula", "700", "400", "7", "");
mymovie.addParam("menu", "false");
mymovie.write("flashcontent");
</script> 
__________________
Desarrollador & Diseñador Web
Diseño de paginas web en Madrid
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 09:06.