Hello,
I have a problem with flash where I cant use the services.nirvanix.com url to download files where I need trust via a crossdomain file, the files come down from one of the nodes, but the crossdomain.xml comes back from the services domain.
This is not a problem, it just means I have todo a getDownloadNodes() before the request and use the node domain for the file.
But, do I need to do this every request? I'm going to be listing a few 100 images so don't want all those extra requests + the crossdomain.xml requests.
Is it safe to do one getDownloadNodes() and use that for all future requests in the entire session, or could some files not be on some nodes?
Anthony