-
When I do getURL, my IE5 give me a tic sound.
I am trying to make my movie button drag the HTML window. However, each time my movie sends
getURL ("javascript:moveTo("+x+","+y+");");
I got a tic noise.
So, when I drag my button, the html window moves with a tic-tic noise.
How can I avoid this noise ?
-
Geturl makes a tic tic noise no matter what. I think youll have to find another way to communicate with javascript if there is one...
-
Thank you.
I tried to find options in Flash, IE and my system sound setting and failed to mute the noise.
Communicating by fscommand needs coding in another file, and is more difficult to maintain the project when I repeatedly update my project.
I really like getURL method. Everything is done in the fla file.
Thank you. You save my time.