douglashowe / as3flickrlib

Automatically exported from code.google.com/p/as3flickrlib
0 stars 0 forks source link

Upload.as URL #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempting to upload and image using Upload.as.
2.
3.

What is the expected output? What do you see instead?
Expect the image to upload, but get a 404 on crossdomain.xml.

What version of the product are you using? On what operating system?
Flash CS3, Windows XP, Firefox.

Please provide any additional information below.
In "Upload.as" 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/";

Otherwise Flash seems to look for crossdomain.xml at www.flickr.com and
it's no longer there.

Original issue reported on code.google.com by rbosin...@gmail.com on 28 Jul 2008 at 8:54

GoogleCodeExporter commented 8 years ago

Original comment by mikechambers on 26 Aug 2008 at 5:23

GoogleCodeExporter commented 8 years ago

Original comment by mikechambers on 26 Aug 2008 at 5:23

GoogleCodeExporter commented 8 years ago
Fixed in revision #36. Thanks for reporting.

Original comment by mikechambers on 26 Aug 2008 at 5:30