I'm looking for a sound/music player that will play a sound bite or clip of music when you get to my web site. I have looked at some players in the modules but haven't found what I was looking for. I what something that plays in the background and cannot been seen or you can choose for it to be seen or not. Thought someone might have some ideas of what I can use. Thanks

Comments

UlysseFRU’s picture

Check http://www.deezer.com/ providing custom players. Then insert the flash object into CSS hidden div like this:

<div style="visibility: hidden; display: none;">
<object width="220" height="55"><param name="movie" value="http://www.deezer.com/embedded/small-widget-v2.swf?idSong=365228&amp;colorBackground=0x525252&amp;colorButtons=0xDDDDDD&amp;textColor1=0xFFFFFF&amp;autoplay=0"><embed src="http://www.deezer.com/embedded/small-widget-v2.swf?idSong=365228&amp;colorBackground=0x525252&amp;colorButtons=0xDDDDDD&amp;textColor1=0xFFFFFF&amp;autoplay=0" type="application/x-shockwave-flash" width="220" height="55"></object>
</div>