I don't really play with web stuff at all, but someone gave me a site template recently and I wanted to start playing with it. I apologize in advance if my terms are misguided.
The main top section of the site is a little Flash thing that has buttons as links to different areas of the site. All of that is well and good, but whenever I click those links, it has to reload the entire page (including the Flash app) when only the bottom part changes. This isn't really a huge issue, since everything's real small, but it's kind of annoying.
I vaguely remember "fixing" this behavior using AJAX during my web programming class, but that was just straight HTML and Javascript, no Flash players to muck around with.
My question is, how do I overcome having to reload the entire page when someone clicks a link from the Flash object? Is there some nice way I can call something other than getURL() to achieve this effect? I would prefer to not have to try and recreate that site's experience without the Flash ( but if I had some graphical ability, I would! ).
Thanks for any suggestions!