Is there anyway to turn off the url "cliking" sound in IE using html, javascript, or flash?
Posted
by Anthony
on Stack Overflow
See other posts from Stack Overflow
or by Anthony
Published on 2010-04-13T10:10:20Z
Indexed on
2010/04/13
10:12 UTC
Read the original article
Hit count: 306
I have a flash application written in action script 2, and at one point it makes multiple back-to-back JavaScript requests using getUrl().
They have to be done as separate requests because IE had a limit on the length of a single request, and fails silently if that limit is passed.
When ever this happens, if the user has their sound turned on there is a barrage of "click click click".
© Stack Overflow or respective owner