Many thanks for the help so far, much appreciated.
Just to see if i got my thought process straight:
1) user inputs the url of the page into the search box
2) application parses out the id at the end and then calls a method
within flash/flex using getInfo
3) XML is returned from which i parse the info i need to display the
image and the title
That about sums it up, right?
--- In yws-flickr%40yahoogroups.com">yws-flickr
yahoogroups.com, "Morten Fangel" <fangel
...> wrote:
>
> More specifically use the method flickr.photos.getInfo.
>
> Try it out here: http://www.flickr.com/services/api/explore/?
> method=flickr.photos.getInfo
> Type in the photo-id, no secret and no signing. This will give you
whats needed for your
> need.
>
> So what you have to do is to apply for a API-key, find a AS3 Flickr
API implementation, use
> that method to fetch info.. In short..
>
> -fangel
>
> --- In yws-flickr%40yahoogroups.com">yws-flickr
yahoogroups.com, "Sam Judson" <sam
> wrote:
> >
> > Sure: http://www.flickr.com/services/api
> >
> >
> > On 11/03/2008, therealraziel <therealraziel
> wrote:
> > >
> > > Hi,
> > >
> > > I'm supposed to beuilding an application in flash that parses
out the
> > > image and it's title from an url, say:
> > >
> > > http://www.flickr.com/photos/formattc/387539413/
> > >
> > > I'm assuming the digits at the end are the photo id and i can
use that
> > > to get the image. How would i go about getting the title?
> > >
> > > If there's documentation for this available, anyone care to point me
> > > in the right direction?
> > >
> > >
> > >
> >
>
.