Hi! Is there a way to add an audio that will play in background (like 1kb) after the link is clicked ?!?! Please help me..
It would have to be done with flash or javascript/ajax. PHP doesn't inherently support any server / client interaction.
Try scriptaculous... declare function: function playAudio(file) { Sound.enable(); Sound.play(file,{replace:true}); } And the link: <a href="javascriptlayAudio('audiofile.mp3');">play me</a> Check out: http://github.com/madrobby/scriptaculous/wikis/sound