Okay in my site only the menu is in flash, the rest is in HTML. In my html i’ve made the interface thats not changing. Only the iframe must change when you click on a link in the menu (flash).
the code that i’ve used in my menu for linking:
on (press)
{
getURL("clubrecords.htm");
}
but that code change the hole page, how do you do that it only change the iframe???