The user would have to reset their clock and make the request at the
EXACT SAME MILLISECOND in time.  It's nigh impossible.  It will never
ever ever EVER happen.  You're good to go.

var d:Date = new Date();
var noCache:String = String(d.getTime());
var xmlPath:String = "http://www.domain.com/my.xml?noCache="; + noCache;
_______________________________________________
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