XML reload from server
This week's featured product
Audio Recorder for Adobe Flash
This is a fully customizable Audio Recorder for Adobe Flash, built with support for exporting MP3 files. Your user will be able to record with ease, because everything you need is in the component (no need for a streaming server).
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@flabell.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.