Hi Everyone,

I'm trying to generate a media RSS (http://video.search.yahoo.com/mrss) that contains video elements like . The reason for this is that flowplayer has the ability to take an RSS and use the playlist plugin to generate all the necessary HTML. It's quite awesome.

I've been able to successfully use the Views2 plugin and get an image output like so
<media:content url="http://localhost/sites/default/files/imagecache/cart/images/product/DVD.jpg" type="image/jpeg"> <media:title type="plain">DVD</media:title>

But it's not clear to me how to do the same thing for video files. Any help/guidance/pointers would be GREATLY appreciated.

-Frank

Comments

DrupalSza’s picture

ever figure this one out?
Trying to do the same...

rickmanelius’s picture

I was able to do it... but I'll have to look back at exactly how! It was a couple of months back...

Anonymous’s picture

I'd also love to hear if anyone ever figured this out.