Me explico. Tengo un banner rotativo de imagenes y vinculos que funciona con su respectivo .xls y varias imagenes que se encuentran en mi pc.
Leyendo encontre que para poder subir la animacion a internet debo hacerlo con TODOS LOS ARCHIVOS CON LOS QUE FUNCIONA, es decir
Un .swf
Un .xls
y las 4 imagenes con las que funciona
Hasta ahi bien, subi todo a un mismo servidor y modifique el .xls para que busque las imagenes en internet en vez de mi computador, e incluso la animacion .swf funciona PERFECTAMENTE en el host.
Aqui el link
http://www.fileden.com/files/2012/2/3/3259159/My%20Documents/banner.swf
Vamos bien, peor cuando intento incrustar esa animacion en blogger usando HTML no se ve NADA, aparece el espacio negro y no se reproduce la animacion. Este es el blog
http://blogdepruebasaspirantesun.blogspot.com
El codigo html que utilizo para incrustar la animacion es este
Código HTML :
<object id="movie" type="application/x-shockwave-flash" data="http://www.fileden.com/files/2012/2/3/3259159/My%20Documents/banner.swf" width="907" height="350"> <param name="movie" value="http://www.fileden.com/files/2012/2/3/3259159/My%20Documents/banner.swf" /> <param name="wmode" value="transparent" /> </object>
y el .xml es este
Código XML :
<?xml version="1.0" encoding="utf-8" ?> <Banner bannerWidth="704" bannerHeight="350" bannerBackgroundColor="000000" textSize="" textColor="" textAreaWidth="" textLineSpacing="0" textLetterSpacing="-0.5" textMarginLeft="12" textMarginBottom="5" textBackgroundBlur="yes" textBackgroundColor="000000" textBackgroundTransparency="20" transitionType="4" transitionRandomEffects="no" transitionDelayTimeFixed="2" transitionDelayTimePerWord=".5" transitionSpeed="8" transitionBlur="yes" showTimerClock="yes" showNextButton="yes" showBackButton="yes" showNumberButtons="yes" showNumberButtonsAlways="no" showNumberButtonsHorizontal="no" showNumberButtonsAscending="yes" showPlayPauseOnTimer="no" alignButtonsLeft="no" alignTextTop="no" autoPlay="yes" imageResizeToFit="no" imageRandomizeOrder="no" > <item buttonLabel="" image="banner_images/image39.jpg" link="http://www.vastagoepicentro.com/ve/index.php?option=com_content&task=view&id=158&Itemid=107" target="_parent" delay="" textBlend="no"><![CDATA[¿COMO COMENZÓ TODO?<BR><font color='#435875'></font>]]> </item> <item buttonLabel="" image="banner_images/image38.jpg" link="http://www.vastagoepicentro.com/ve/index.php?option=com_content&task=view&id=80&Itemid=100" target="_parent" delay="" textBlend="no"><![CDATA[CONVOCATORIA PARA PROGRAMAS ACADÉMICOS DE PREGRADO<BR><font color='#435875'></font>]]> </item> <item buttonLabel="" image="banner_images/image2.jpg" link="http://www.vastagoepicentro.com/ve/index.php?option=com_content&task=view&id=80&Itemid=100" target="_parent" delay="" textBlend="no"><![CDATA[ALGUNOS EX-ASPIRANTES & AHORA ESTUDIANTES<BR><font color='#2369a7'></font>]]> </item> <item buttonLabel="" image="banner_images/image1.jpg" link="http://vastagoepicentro.com/ve/index.php?option=com_content&task=view&id=61&Itemid=81" target="_parent" delay="" textBlend="no"><![CDATA[¿QUÉ ES ASPIRANTES UN?<BR><font color='#2369a7'></font>]]> </item> </Banner>
P[/b]or favor ayudenme!