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?
Audio stream and controls
Collapse
X
-
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.plsComment
-
Use an <object> tag. You can use an application which plays sound or Flash. If using Flash, have a look at SoundManager.Comment
Comment