PDA

View Full Version : How to embed video player with a playlist on web page


El Llanito
Jun 11, 2009, 01:22 AM
Hello,

I would like to add windows media player or real player with a playlist on my website so that users can select which video to play.

Any help would be most appreciated.

Thanks,

Jimmy.

InfoJunkie4Life
Jan 19, 2010, 09:14 PM
How to Embed Windows Media Files (http://www.mediacollege.com/video/format/windows-media/streaming/embed.html)

For Windows Media

Embedding RealMedia Files (http://www.free-video-hosting.net/embed-realmedia.php)

For Real Media

You can create an iFrame where you like approximately the size of the media window. Create a page with just the RM and one with just the WM and name them appropriately. Put two buttons below your iFrame.



<a href="Real_Media_URL" target="name_of_iFrame">Text or Image</a>




<a href="Windows_Media_URL" target="name_of_iFrame">Text or Image</a>


What this will do is load that page into the iFrame based upon which button is pushed.

http://infinitecs.no-ip.org/design/index.html

There's an example I put together for you.