Re: Purging getNetText()

2006-03-10 Thread Ross Clutterbuck
Thanks to all! Ross ___ Yahoo! Photos – NEW, now offering a quality print service from just 8p a photo http://uk.photos.yahoo.com [To remove yourself from this list, or to change to digest mode, go to http://www.penworks

Re: Purging getNetText()

2006-03-10 Thread Mark Hagers
On 10-mrt-2006, at 13:21, Valentin Schmidt wrote: thanks for sharpening thomas and my remarks :-) hehe Actually, I had overlooked both your replies before sending off mine, if I had seen them I'd have kept silent oh well... Mark Hagers [EMAIL PROTECTED] [To remove yourself from this l

Re: Purging getNetText()

2006-03-10 Thread Valentin Schmidt
thanks for sharpening thomas and my remarks :-) Mark Hagers wrote: I had the same problem. Somehow Director insists on reloading a file from the cache, even when you tell it not to. The only sure-fire way to solve this is by appending a unique parameter to the url on each new request, as is do

Re: Purging getNetText()

2006-03-10 Thread Mark Hagers
I had the same problem. Somehow Director insists on reloading a file from the cache, even when you tell it not to. The only sure-fire way to solve this is by appending a unique parameter to the url on each new request, as is documented here: http://www.macromedia.com/cfusion/knowledgebase/i

Re: Purging getNetText()

2006-03-10 Thread Valentin Schmidt
getNetText("http://mydomain.com/myXMLFile.xml?time="; & the milliseconds) Doesn't matter what the CGI var is, or its value. (As long as it's unique.) It doesn't even have to be a variable definition, any unique query string does it as well, like e.g. getNetText("http://mydomain.com/myXMLFile.x

Re: Purging getNetText()

2006-03-09 Thread Thomas W.J.C.
The trouble I'm having is that I can't clear out the contents of that getNetText operation each time I run the app inside the authoring environment, nor clear it out between different movies in the same authoring application session. If what you mean is that different getNetText() calls to the s

Purging getNetText()

2006-03-09 Thread Ross Clutterbuck
Hi List I have a feeling this is a real newbie question but here goes. I'm downloading the contents of an XML file from a site using getNetText() then passing it into the XML Parser using parseString (I'm not using parseURL for a few reasons). The trouble I'm having is that I can't clear out