Hey there, I'm currently using the following code to embed a web radio into my site:
<embed src="http://station address"
width="180" height="70" mute="0" enablecontextmenu="1" showdisplay="0"
autostart="1" playcount="0" showaudiocontrols="1" showstatusbar="1"
showcontrols="1">
</embed>
This code basically integrates a windows media player window into my site. However, with this code, I can't link to sites with .pls files (ie. http://www.someradio.com/listen.pls). Could anybody tell me the code to embed that or is windows media player unable to read those .pls files?
Thx 