Hello,

This is what I'm trying to do. I have Flash movie of a map of the US, all of
the states are buttons. When I click on a state I want the Html Page to Scroll
down and Find the Bookmark somewhere down the HTML page.

For Instance I Click on Arizona and the HTML page Scrolls down to the Arizona
Section.

My intuition told me to write the script like this but it doesn't work.

on (press) {
getURL("contact.htm#ARIZONA");
}

Is this task possible? If so how?

Thanks

Matt