There could also be other problems. But the audio script puts jQuery into noConflict mode. That would likely short circuit other jQuery code on the page.
Using a text only editor like NotePad, comment out the noConflict directive in bgaudioplayer.js as shown:
Code:
/* HTML5 background audio player
* Created: Jan 31st, 2012 by DynamicDrive.com. This notice must stay intact for usage
* Author: Dynamic Drive at http://www.dynamicdrive.com/
* Visit http://www.dynamicdrive.com/ for full source code
*/
//jQuery.noConflict()
var bgaudioplayer = (function($){
var audio5support = !!docum . . .
I see you've removed the sound from the page linked to in your first post. If you want more help, please put up a page that shows the problem.
Bookmarks