PhotoSet: Newbie Question

0 views
Skip to first unread message

so.phis.ti.kat

unread,
Jun 5, 2008, 3:56:05 PM6/5/08
to ActionScript 3 Flickr Library
Hello,
I am a rookie when it comes to Flickr so I just downloaded this API
and can't seem to get what I want from the PhotoSet Class. The
overview of what I want, right now, is to connect to one of my
companies "Set" and have flash return any kind of information like the
photos in that list.

Here is what I have so far:
import com.adobe.webapis.flickr.*;
import com.adobe.webapis.flickr.events.*;

var f = new FlickrService("xxx");
f.secret = "xxx";
trace("f: " + f);

var s = new PhotoSet();
s.id = "72157604949381474";
trace("s: " + s);
trace("id: " + s.id);
trace("description: " + s.description);
trace("photos: " + s.photoCount());

Here's the URL to the "Sets"
http://www.flickr.com/photos/franksenergydrink/sets/
Reply all
Reply to author
Forward
0 new messages