Webmasters, por favor, entren y háganme un favor.
lt;htmlgt;lt;headgt;lt;/headgt;lt;bodygt;
lt;div style="width: 1000px"gt;
lt; div style="ancho: 800px; alto: 800; flotante: izquierda; borde: 1px sólido #000; "gt;
lt; embed src="1.swf" width="800px" altura = "750px" wmode="transparent" type="application/x-shockwave-flash"gt;
lt;/embedgt;
lt;/divgt;
lt;div style="ancho: 80px; float: left"gt;
lt;a href="#" onclick="cambiar(esto)"gt;1.swflt;/ agt;
lt;a href="#" onclick="cambiar(esto)"gt;2.swflt;/agt;
lt;a href="#" onclick ="cambiar(esto)"gt; 3.swflt;/agt;
lt; a href="#" onclick="cambiar(esto)"gt; p>
lt; p>
lt;/divgt;
lt;/divgt;
lt;scriptgt;
cambio de función( _this){
var oldElement=document.getElementsByTagName("embed")[0];
var p = oldElement.parentNode;
var newElement = documento .createElement("embed") ;
with(newElement){
src= _this.innerHTML;
width= "800px" ;
altura= "750px ";
wmode= "transparente ";
tipo= "aplicación/x-shockwave-flash ";
}
/ /p.removeChild(oldElement);
p.replaceChild(newElement, oldElement);
}
lt;/scriptgt ;
lt;/bodygt;lt;/htmlgt;
Nombre los archivos .swf en orden,
Agregue aquí en el código html anterior
lt; a href="#" onclick="cambiar(esto)"gt;1.swflt;/agt;
lt;a href="#" onclick="cambiar(esto) )"gt;2. swflt;/agt;
lt;a href="#" onclick="cambiar(esto)"gt; 3.swflt;/agt;
<p>lt;a href="#" onclick="cambiar(esto)"gt;4.swflt;/agt;
...
lt;a href=" #" onclick="change(this)"gt;Los nombres del archivo .swf nombrados en secuencialt;/agt;
Ábrelo en IE y estará bien.