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

Reply via email to