Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Web Development (https://www.askmehelpdesk.com/forumdisplay.php?f=467)
-   -   How to embed video player with a playlist on web page (https://www.askmehelpdesk.com/showthread.php?t=363697)

  • Jun 11, 2009, 01:22 AM
    El Llanito
    How to embed video player with a playlist on web page
    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.
  • Jan 19, 2010, 09:14 PM
    InfoJunkie4Life

    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.