Ask Experts Questions for FREE Help!
 

Free Answers in 3 Easy Steps

Register Now
3 Steps
 


Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.
  View Answers    Answer this question    Ask a question  
 

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, 08: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.