Grab the Video thumbnail from RSS?

Superhive3Superhive3 Registered Users Posts: 8 Beginner grinner
May I have your advice? We are considering skinning SmugMug videos in Flash. From the feed below we are requesting Title, MP4 media, and Video Thumbnail

Now Title and Guid are pretty straightforward to grab. But the IMG is buried in this description node, which I'm having some trouble getting at.
<description>&lt;p&gt;&lt;a href="http://superhive.smugmug.com"&gt;superhive&lt;/a&gt;&lt;br /&gt;INDY 500&lt;/p&gt;&lt;p&gt;&lt;a href="http://superhive.smugmug.com/Other/mantradesign/9733284_4AABX#658919975_aXQGu" title="INDY 500"&gt;&lt;img src="http://superhive.smugmug.com/photos/658919975_aXQGu-Th-2.jpg" width="150" height="76" alt="INDY 500" title="INDY 500" style="border: 1px solid #000000;" /&gt;&lt;/a&gt;&lt;/p&gt;</description>

I am wondering, is this something I want to use the API for? So far I have been following the theory (posted in API notes) that "Often, if you just want to read data and not write it, it's often easier to just grab and parse one of our feeds." I buy that!

I browsed the API docuementation and did not find an API call for 'video thumbnail' I'm hoping that there might be a different way to associate the thumbnail with the video that would allow me to simply parse the feed.
Sign In or Register to comment.