Is there anyway to turn off the url "cliking" sound in IE using html, javascript, or flash? Is there anyway to turn off the url "cliking" sound in IE using html, javascript, or flash? windows windows

Is there anyway to turn off the url "cliking" sound in IE using html, javascript, or flash?


Found a related solution here:http://www.julienlecomte.net/blog/2007/11/30/ In summary, instead of this:

iframe.src = "...";

You do this:

var newIFrame = document.createElement("iframe");newIFrame.src = "...";iframe.parentNode.replaceChild(newIframe, iframe);

Would it be possible to load the external objects using DOM methods like this? Isn't there a flash to JavaScript bridge, so you could trigger some JS function from within your Flash script? It's kind of a kludge, but it might work.


This has bugged me for ages as well. Nothing to do as far as I know :/

Happy to be corrected, though!

J


You can change the "Start Navigation" Windows sound to "None". That will disable the clicking sound.