Simple example of an SMS Collection listing page

channel->item as $collectionitem) { echo "

"; echo ""; echo ' '.getCollectionItemTitle($collectionitem)."

"; echo "

".getCollectionItemDescription($collectionitem)."

"; // there are some things we can't get from collection level feed so have to get mediaitem feed // see [note 1] bottom $mediaitemxml = getSmsRssSimpleXML(getCollectionItemRSSLink($collectionitem)); echo "

Duration: ".getMediaItemDuration($mediaitemxml)."

"; echo "

Published: ".getMediaItemPubDate($mediaitemxml,"D, d M Y")."

"; echo "

Download or view online

"; echo '

'; } ?>

Related Links:

Subscribe to Podcasts (example of rss.php)

University of Cambridge Streaming Media Service