|
Try clearing your cache. If you dont know how to clear your cache, or for some reason it wont clear, add this to the top of the page underneath '<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">':
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
It could be that when you first had sounds on the page, your browser stored them in the cache and keeps loading the page from cache instead of from the server. So what your seeing is the 'old' version of the page if you get what I mean.
Anyway, after you put that code on the site, if it doesnt work, remove it. If it does work, your cache is probably set to not check for updated versions of pages. You can change that setting, but I cant tell you how seeing as I dont know what browser your using.
Also, try your site with the code but DONT leave it there forever as it makes the client's browser download the page from the server every visit. It's like torture for slower-connection users.
|