el swf llama aun xml donde carga varios parametros incluyendo imagenes para dicha
animación.
esta es la estructura del xml
config.xml
Código:
y esta es la pagina html donde se inserta el swf<FlippingBook> <width>600</width> <height>400</height> <scaleContent>true</scaleContent> <firstPage>0</firstPage> <alwaysOpened> false </alwaysOpened> <autoFlip> 50 </autoFlip> <flipOnClick> true </flipOnClick> <staticShadowsDepth> 1 </staticShadowsDepth> <dynamicShadowsDepth> 1 </dynamicShadowsDepth> <moveSpeed> 2 </moveSpeed> <closeSpeed> 3 </closeSpeed> <gotoSpeed> 3 </gotoSpeed> <flipSound></flipSound> <pageBack> 0x1C90CB </pageBack> <loadOnDemand> true </loadOnDemand> <cachePages> true </cachePages> <cacheSize> 4 </cacheSize> <preloaderType> Progress Bar </preloaderType> <userPreloaderId></userPreloaderId> <pages> <page>pages/page01.jpg</page> <page>pages/page02.jpg</page> <page>pages/page03.jpg</page> <page>pages/page04.jpg</page> <page>pages/page05.jpg</page> </pages> </FlippingBook>
Código:
<body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="middle"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="550" height="400"> <param name="movie" value="catalago.swf"> <param name="quality" value="high"> <embed src="demo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400"></embed> </object></td> </tr> </table> </body>
mi duda es como prodria manipular de forma dinamica
el xml para que cargue distintas imagenes de diferentes directorios
pasando alguna variable por get o post y asi cambiar de directorio
saludos
espero sus comentarios