I finally got the upload to work, and although I had the latest SVN
version, and there's been claims that it works fine, I had to change
this:
private static const UPLOAD_DEST:String = "
http://www.flickr.com/
services/upload/";
to this:
private static const UPLOAD_DEST:String = "
http://api.flickr.com/
services/upload/";
before it worked. Otherwise Flash seemed to be looking for
"crossdomain.xml" at
www.flickr.com where it no longer exists. Excuse
me if this has already been fixed/discussed and I missed something.