Hello Y'all,
In the category .... really stupid question... But I use the Version 1.0...
and I got a really small question...
How the ... do I get the cover image of an album?? Of is there a prop on
the image that gives me the info that THAT image is the cover??
What I got:
I loop through all albums like this...
Dim AlbumFeed As PicasaFeed = _service.Query(AlbumQuery)
For each entry In AlbumFeed.Entries
Dim ac As New AlbumAccessor(entry)
next
can I use the "entry" or the "ac" the get the album cover??
either entry nor ac got a "media" prop I can use... (entry got a
mediaURI)...
Within the loop I get a feed of all images in that album:
Dim pQuery As PhotoQuery = New PhotoQuery(PicasaQuery.CreatePicasaUri(x, y)
& "?imgmax=1600")
Dim pFeed As PicasaFeed = _service.Query(pQuery)
Dim pEntry As PicasaEntry
For Each pEntry In pFeed.Entries
[code]
next
is there a prop or a var within pEntry that I can use to determin if the
photo is the album cover??
help??
--
You received this message because you are subscribed to the Google Groups
"Google Picasa Web Albums API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-picasa-data-api.
For more options, visit https://groups.google.com/d/optout.