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?
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Originally posted by ziycon
    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?
    Depends how you're streaming the music. HTML nor CSS can help you here.

    Comment

    • Atli
      Recognized Expert Expert
      • Nov 2006
      • 5062

      #3
      Yea, I'm guessing this is more of a Javascript thing, or even Flash.
      Depends on how you are streaming the media.

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        This could probably be done with <audio> and <video> in HTML5 but the modern browsers aren't implementing that till their next versions are released (June in Firefox case). You won't see it in IE until at least version 9 but I'm thinking it won't be till IE10.

        Comment

        Working...