Log in

View Full Version : embedding *.PLS audio



Spinethetic
02-07-2006, 10:58 PM
This is a streaming audio feed from a server. Ive noticed that *.M3U files can be embedded and made to play in the HTML page as a media player but the *.PLS file(s) are not. How do I make it work properly? Here is the code as I have it now:


<object style="FILTER: gray" width="320" height="45"
classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
id="mediaplayer1">
<param name="Filename" value="http://ognir.gotdns.com:8000/listen.pls">
<param name="AutoStart" value="True">
<param name="ShowControls" value="True">
<param name="ShowStatusBar" value="False">
<param name="ShowDisplay" value="False">
<param name="AutoRewind" value="True">
<embed style="FILTER: gray" width="320" height="45" src="http://ognir.gotdns.com:8000/listen.pls"
filename="http://metro.phaylon.com:8101" autostart="True"
showcontrols="True" showstatusbar="False"
showdisplay="False" autorewind="True">
</embed>
</object>


Best Regards
~Spine :)

Spinethetic
02-12-2006, 07:40 PM
help!:(

Twey
02-12-2006, 07:53 PM
Depends entirely on the plugin(s) the user has installed in their browser.