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.
![]() |
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.
How to Embed Windows Media Files
For Windows Media
Embedding RealMedia Files
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.
[code=button 1]
<a href="Real_Media_URL" target="name_of_iFrame">Text or Image</a>
[/code]
[code=button 2]
<a href="Windows_Media_URL" target="name_of_iFrame">Text or Image</a>
[/code]
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.
All times are GMT -7. The time now is 03:52 PM. |