beautious - thanks... did not think about the xml...

-----Original Message-----
From: flashcoders-boun...@chattyfig.figleaf.com on behalf of Nathan Mynarcik
Sent: Mon 7/16/2012 3:27 PM
To: Flash Coders List
Subject: Re: [Flashcoders] Cache Issue
 
add a query at the end of the xml string when loading.

var cb = new Date().getTime();

then when you load..

load('content.xml/?cb='+cb);
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to