Results 1 to 3 of 3

Thread: embedding *.PLS audio

  1. #1
    Join Date
    Aug 2005
    Posts
    115
    Thanks
    3
    Thanked 1 Time in 1 Post

    Question embedding *.PLS audio

    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:
    Code:
    <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

  2. #2
    Join Date
    Aug 2005
    Posts
    115
    Thanks
    3
    Thanked 1 Time in 1 Post

    Unhappy

    help!

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Depends entirely on the plugin(s) the user has installed in their browser.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •