What browser are you using on your computer? (ie. Netscape. Firefox) I am using ie 6 to view your website and when I mouse over it downloads the file.
Also, from the looks of this function it seems to be setup for Netscape users only and other browsers like ie will download the file to play it. You might want to find a more compatible effect for your website or see if dreamweaver has any settings for this function that are cross browser compatible
Code:
function MM_controlSound(x, _sndObj, sndFile) { //v3.0
var i, method = "", sndObj = eval(_sndObj);
if (sndObj != null) {
if (navigator.appName == 'Netscape') method = "play";
else {
if (window.MM_WMP == null) {
window.MM_WMP = false;
for(i in sndObj) if (i == "ActiveMovie") {
window.MM_WMP = true; break;
} }
if (window.MM_WMP) method = "play";
else if (sndObj.FileName) method = "run";
} }
if (method) eval(_sndObj+"."+method+"()");
else window.location = sndFile;
BTW congrat on the baby
__________________
visit my link...um...nevermind
|