How to Embed a Windows Media Player Playlist

How to Embed a Windows Media Player Playlist thumbnail
Windows Media Player embeds via HTML code.

Windows Media Player is useful software for embedding audio and video files into a website. To embed multiple files as a playlist you can simply paste the code below and modifying accordingly.

Instructions

    • 1

      Copy the below code to your website:

      <ASX VERSION = "3.0">

      <TITLE>Title</TITLE>

      <ENTRY>

      <REF HREF = "rtsp://ServerName/Path/title1.wmv" />

      </ENTRY>

      <ENTRY>

      <REF HREF = "rtsp://ServerName/Path/title2.wmv" />

      </ENTRY>

      <ENTRY>

      <REF HREF = "rtsp://ServerName/Path/title3.wmv" />

      </ENTRY>

      <ENTRY>

      <REF HREF = "rtsp://ServerName/Path/title4.wmv" />

      </ENTRY>

      </ASX>

    • 2

      Edit each "<REF HREF = "rtsp://ServerName/Path/title1.wmv" />" line to the proper URL of the Media Server files you'd like in your playlist.

    • 3

      Save your playlist as an HTML file.

Related Searches:

References

  • Photo Credit code image by charles taylor from Fotolia.com

Comments

You May Also Like

Related Ads

Featured