I have a Flash animation that plays a sound at the beginning (when you first load the page), and has anchor links for various sections of the page. When the animation begins it plays the sound, but it also plays it everytime you click one of the anchor links. It's as if it's reloading the page then going to the selected link.
Here's the code:
on (release) {
getURL("#mylink");
}
Any ideas?