Take a look at this.

http://www.communitymx.com/abstract.cfm?cid=827EA


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Troy
Rollins
Sent: Thursday, December 15, 2005 10:04 AM
To: Flashcoders mailing list
Subject: [Flashcoders] Cache busting

I'd like to do some basic cache busting, like this:


//
if(System.capabilities.playerType == "External"){
        myXML.load("tabs.xm);
} else {
        myXML.load("tabs.xml?cachebuster=" + getTimer());
}


Can I use something like this with loadMovie, as well as getURL, and 
XML.load?

--
Troy
RPSystems, Ltd.
http://www.rpsystems.net

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to