Well the hardest part was getting an authToken - I tried for ages but
with no luck but I ended up coming across this post which was really
helpful:
http://drupal.org/node/206261
Once i'd set my authToken it was pretty straight forward. I was using
the version of Upload.as that can be found here:
http://code.google.com/p/as3flickrlib/source/browse/trunk/src/com/adobe/webapis/flickr/methodgroups/Upload.as?spec=svn30&r=30
The only thing I changed was to add a ProgressEvent.PROGRESS on the
FileReference object, and then dispatch an event from that which I
could in turn listen for to get load percentages. I also added a
DataEvent.UPLOAD_COMPLETE_DATA to get the the returned PhotoID.
Moral of the story - make sure you sort out your authToken before
getting started ;)
On Dec 9, 2:08 am, Mike Chambers <
mcham...@adobe.com> wrote:
> Yes. Please let us know what you needed to tweak, incase there is a
> bug or the API changed.
>
> thanks...
>
> mike chambers
>
>
m...@adobe.com