punkito
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Flash Embed] [Plugin: Easy Flash Embed] can't load other moviesAfter searching too much at the web for solutions, I read a partial solution, and then another and realized the final solution.
The problem stands when a SWF loaded inside wordpress won’t load additional content. This happens because the SWF is looking for the dynamic loaded content (such as an XML, MP3, or another SWF using loadMovie) in the root folder of the WP not the actual path where the SWF is originally loaded (such as /wp-content/ or any other than the root wp folder). So if you save the files in the wp root folder then it loads every file as needed. The trouble here is that you don’t want to have multiple files in the root directory but inside the wp media library or another personalized folder inside the server.
Fortunately there is a <param> to tell the SWF where to load not where WP want. So try the param <base=”http://example.com/mySwfAdditcionalContent/”> or the syntax needed if you a SWF loader plugin such as Easy Flash Embed ( http://ww.wp.xz.cn/extend/plugins/easy-flash-embed/ ) and you are set!
Forum: Plugins
In reply to: [Easy Flash Embed] [Plugin: Easy Flash Embed] can't load other moviesI found same problem with another SWF that loads more content dynamically, the well known fancy TiltViewer script.
http://holoesferica.com/nuevaweb/?page_id=131
You can’t see the JPEGS it should load, and it does loaded directly:
http://holoesferica.com/nuevaweb/wp-content/uploads/2012/01/clientes/clientes.htmlThe code:
[swf src="http://holoesferica.com/nuevaweb/wp-content/uploads/2012/01/clientes/TiltViewer.swf" width=725 height=500 params="allowfullscreen=true" flashvars="xmlURL=listaClientes.xml&maxJPGSize=900&useFlickr=false&columns=6&rows=6&linkLabel=0&zoomedInDistance=400&zoomedOutDistance=500&fontName=Verdana&titleFontSize=40&descriptionFontSize=40&linkFontSize=41&bkgndInnerColor=0x000000&bkgndOuterColor=0x000000&showFlipButton=false&useReloadButton=false&'langGoFull=Ver en pantalla completa&langExitFull=Salir de pantalla completa&enableSounds=false"]