problem read xml file in wordpress
This week's featured product
Store Locator
This cool AJAX application will enhance your website by showing your stores' locations. You can also display an image and a short description so your users know exactly where to find your business.
Become a premium member
Flabell and Themesbell membership provides users with the ability to download any of our components for Adobe Flash and website themes for free, during an entire year.
read more


Subcribe to topic RSS

Products RSS Feed
Follow us on twitter
support@themesbell.com
lajacobs
on 12/9/11
Isn't working?
The path to the xml file is not correct.
-> scrollerslideshow/xml/scrollersliodeshow.xml
set the correct path?
What's the solution?
Last edit on 12/9/11
on 12/9/11
http://www.flabell.com/blog/1829/how-t...
Upload the deploy folder somewhere on your server and go through the same process as described above.The only adjustment you must do is at the 5th step. Set the path to the swfobject.js file, the SWF files and the pathToFiles flashvar as absolute paths, like this:
<script type="text/javascript" src="http://www.yourwebsite.dom/.../deploy/js/swfobject.js"></script> ... flashvars.pathToFiles = "http://www.yourwebsite.dom/.../deploy/scrollerslideshow/"; ... swfobject.embedSWF(http://www.yourwebsite.dom/.../deploy/preview.swf, attributes.id, stageW, stageH, "9.0.124", "http://www.yourwebsite.dom/.../deploy/js/expressInstall.swf", flashvars, params);Also, if you copy the code in an article or a WP page, make sure you do it in HTML mode.
This should do it.