Audio stream and controls

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ziycon
    Contributor
    • Sep 2008
    • 384

    Audio stream and controls

    I have an audio stream and i want to add it to a website but i want to also add a control to mute it or turn it on/off so it doesn't annoy users, can anyone help?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    What form does this take, i.e. post your code.

    Comment

    • ziycon
      Contributor
      • Sep 2008
      • 384

      #3
      Currently I'm unsure where to go, i was looking at an <EMBED> but it wont work with that, it's a stream from a shoutcast server, its passed in via an IP or a .PLS file, is this any help?
      Example: http://123.12.12.135:8000/listen.pls

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Use an <object> tag. You can use an application which plays sound or Flash. If using Flash, have a look at SoundManager.

        Comment

        • ziycon
          Contributor
          • Sep 2008
          • 384

          #5
          Thanks for that, I'm looking into using the soundmanager 2 API now. Thanks again.

          Comment

          • acoder
            Recognized Expert MVP
            • Nov 2006
            • 16032

            #6
            No problem, let us know how you manage.

            Comment

            Working...