<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hello,<br>
      <br>
      On 04-01-16 17:23, Hannah Carroll wrote:<br>
    </div>
    <blockquote cite="mid:DUB116-W123E1CB0B6FF18DB6DD414CACF20@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
      <div dir="ltr"><span style="font-family: HelveticaNeue; font-size:
          12px;">Hello,</span>
        <div style="font-family: HelveticaNeue; font-size: 12px;">I
          would like to add different listening options to my website
          but I having a bit of difficulty doing this.</div>
        <div style="font-family: HelveticaNeue; font-size: 12px;">I
          would like the options of iTunes, windows media player and
          winamp etc. </div>
        <div style="font-family: HelveticaNeue; font-size: 12px;">If you
          would like to see an example of what I mean just click either
          of these links, <a class="moz-txt-link-freetext" href="http://www.sub.fm/listen/">http://www.sub.fm/listen/</a>
          or <a class="moz-txt-link-freetext" href="http://www.rood.fm">http://www.rood.fm</a>.</div>
        <div style="font-family: HelveticaNeue; font-size: 12px;">My
          website is subtle.fm.</div>
      </div>
    </blockquote>
    <br>
    Well, the way we implemented it on our site (<a class="moz-txt-link-abbreviated" href="http://www.radiogfm.nl">www.radiogfm.nl</a>, under
    'External player') is by some PHP code that manipulates the
    'Content-type' that is sent to the browser and generates a specific
    playlist for each player.<br>
    <br>
    The key element here is the content type; for example, WinAmp
    registers itself to the 'audio/x-scpls' content, so if the user
    click on a link with that content-type, WinAmp will get started;
    same for 'video/x-ms-asf' for Media Player.<br>
    <br>
    I will send you the script, however it's been years since I tested
    it (I'm using the embedded player mostly); and I'm not sure we can
    do something similar for iTunes. Of course, as others pointed out on
    the list it's probably best to let the user decide which player to
    use but I suppose there are cases where choosing the player is
    preferable.<br>
    <br>
    Regards,<br>
    <br>
    Jeroen van Oosten<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Bankai Software
Jeroen van Oosten
Telefoon: 010-4134567
E-mail: <a class="moz-txt-link-abbreviated" href="mailto:jvoosten@bankai.nl">jvoosten@bankai.nl</a>
KvK inschrijving: 24455492

"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." --Red Adair</pre>
  </body>
</html>