Log in

View Full Version : Looking for Podcast Embedding Script



oreoero
01-03-2011, 06:29 AM
I am designing a site that needs a podcast page where the viewer can select and listen to podcasts that are hosted in the actual site space. Is there any way, with javascript, to have it look at the rss xml file and display links to listen to the podcasts from the page, or better yet, is there a way to make a "player"?

Can anyone advise as to some PHP code that will allow for the reading of an XML RSS podcast feed and embedding the links to the individual podcasts in a "player" format?

If not is there a way to have it just display links to the mp3 files for playing?

Thanks in advance.

Beverleyh
01-03-2011, 06:41 PM
You could try SoundManager2 or JW Player with its javascript API - you can pretty much build whatever media player skin you want with either.

oreoero
01-03-2011, 08:30 PM
Preferably in play list format, listing all episodes on the site. Also, preferably not flash, as I want it to be iPhone/iPad compatible.

Finally, if it is possible to have it read from the RSS feed file, that would be ideal.

Thanks for your help!