Hi Darron, Can you upload photo using Flickr AS3 Lib. I was looking for the method/class, but didn't find. I was playing with the same idea last week and I realized that Flickr expect "photo" as file field and vars should be part of post data....Which you can not do with Flash Player 8.5, the current version. May be in next builds, we would have more flexibility with FileReference.
I tried uploading file using sockets, I was manually creating multipart message and sending to flickr. I think, if upload facility is not there in current version of Flickr AS3 API. This could be done... -abdul Darron J. Schall wrote: > Tiago Vale wrote: > >> And wouldnt you consider to do this methods? >> This methods are critic if you work with authentication. >> > > Do you have a particular use case in mind? You should be able to just > use a ByteArray that you can update all you want, and then finally > convert to a string to pass to the hash() method when you want the hash > value. > > -d > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
