Log in

View Full Version : HTML Sound



rashy
12-26-2007, 09:16 PM
How to make a switchable image which could start and stop a music file ?
Like when we load the page the music should start and when we click on the image it should toggle like if its playing then it should stop otherwise it should start :confused:
Can anybody help me on this :(

tech_support
12-27-2007, 12:31 AM
Try this (http://www.schillmania.com/projects/soundmanager2/).
I've used this for one of my projects, and it's a pretty cool thing.

djr33
12-27-2007, 12:39 AM
Note also that this isn't an html question. Javascript, at least.

Sharon32
01-17-2008, 06:02 AM
I don't know exactly about the image, but i played the song in my website as i like. I found this website for making this, http://www.fleximusic.net/support/mp301.htm may be this one will help you.

Medyman
01-17-2008, 01:58 PM
How to make a switchable image which could start and stop a music file ?
Like when we load the page the music should start and when we click on the image it should toggle like if its playing then it should stop otherwise it should start :confused:
Can anybody help me on this :(

Just use flash.
Then you can even do things like having an XML playlist, etc...
(edit: which, i just noticed is also in tech_support's example)