Hi guys, I´m working in a html page with a Flash menu. The menu is inside an iframe and loads the pages via getURL. This is working fine. The catch is: You´ll notice there´s a little ball that´s activated when you roll over a menu item. I want this ball to stop at the active page (for instance, when I click media/mp3 files, I want it to stop it below the “media” item). Usually, I´d send the little ball to the correct frame by storing the clicked item and associating it with the correct frame. However, tha flash file seems to reset everytime I load a new html file and then the little ball goes back to its initial file (below the “main” item).
Is there a way to associate the loaded URL with a frame number, or a frame label so I can make this work ? Any suggestions ?
Thanks !