XML reload from server
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
wilsont
on 5/10/11
corneliu.chi
on 6/10/11
We set up a cache buster in the index.html file:
// cache buster var cacheBuster = "?t=" + Date.parse(new Date());You can use that one to download the latest XML file. Just put the cacheBuster variable after the path to the XML path, like this:flashvars.xmlPath = "xml/banner.xml" + cacheBuster;This should do it.