[Flashr] how to parse the specified SET data in v0.5?

Kelvin Luck kelvin at kelvinluck.com
Sun Apr 30 10:11:52 EDT 2006


Hi,

Sorry for the slow response!

What exactly are you trying to do?

You should be able to do the following with Flashr 0.5:

Flashr.getFlashr().photosetsGetPhotos(photosetId);

(with a valid value for photosetId). That should trigger 
"onPhotosetGetPhotos" which will be passed a photoset object [1]. From 
here you can call getPhotos to get an Array of all the photos in the 
photoset or access the other properties of the object.

Does this help or is there another more specific problem you are having,

Cheers,

Kelvin :)

[1] 
http://kelvinluck.com/assets/flickr_api/0.5/docs/files/com/kelvinluck/flashr/core/Photoset-as.html

Özgür ALTAY wrote:
> Hi, somebody can help me to use the *Photoset* method in v0.5.
> I want to take a specifed set's data but i cant do it.
>  
> A basic coding example for that should be fine to go forward in the code 
> logic. I cant solve it from the docs.
>  
> Thanks.



More information about the Flashr mailing list