View Single Post
Old 02-11-2013, 04:25 PM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,365
Thanks: 18
Thanked 348 Times in 347 Posts
sunfighter is on a distinguished road
You might want to give this a look see http://www.schillmania.com/projects/soundmanager2/

Or add this to the jq:
Code:
    $('embed').remove();
    $('body').append('<embed src="/path/to/your/sound.wav" autostart="true" hidden="true" loop="false">');
sunfighter is offline   Reply With Quote