Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
upload works now
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mike Chambers  
View profile  
 More options Jun 19 2007, 9:16 pm
From: Mike Chambers <mcham...@adobe.com>
Date: Tue, 19 Jun 2007 18:16:14 -0700
Local: Tues, Jun 19 2007 9:16 pm
Subject: upload works now
I just checked in Owen Van Dykes change to the upload method to the  
source (not in SWC yet).

Upload is now working in the library.

http://code.google.com/p/as3flickrlib/issues/detail?id=2

However, make sure that you have obtained and set:

apikey
secret
token

Or otherwise you will get errors.

We need to add some more checked in the upload method to check when  
these have not been set.

Right now, the flickr API does not broadcast events on the upload.  
You can get these from File or FileReference specified to be upload.  
In particular:

flickr.addEventListener("uploadCompleteData", onUploadData);

event is useful, as it returns the response / error from flickr:

                        private function onUploadData(e:Event):void
                        {
                                trace("onUploadData : \n" + e["data"]);
                        }

mike chambers

m...@adobe.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »