When loading an xml doc into an XML object, how can I prevent Flash from using a cached version of the xml doc? I've tried adding a random query string:

myXML.load("xml/" + page + ".xml ?randomArg=" + Math.random());

but Flash won't find the xml doc if the query string is there.


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to