Forum Moderators: open

Message Too Old, No Replies

Flash starts over in Safari browser w/anchor links

Only in Safari, works well in Firefox and IE

         

catcherintherye51

4:35 pm on Nov 6, 2006 (gmt 0)

10+ Year Member



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?