I've designed this animated navigation bar which is common to
each page on the site. I'm trying to figure out some action script
that would get the current web address so that the nav button,
which is a movie, would go to a specific frame and hold.
For example something like this written in english not code:
if url = http//
www.mysite/about html go to and stop on frame
10 of movie clip named about
I'd include an if statement for each of the 10 main pages of
the site so that the nav buttons would go to their on position at
frame 10 and stay there until a new page was called up.
Hope you follow that and that the script would be fairly
simple.