#top problem Flash url in Firefox

Hi,

I have 2 Flash movies with local connection on one HTML. When I click the bottom movie, page goes up to top and first movie makes some action.
It works fine in IE, but in Firefox it doesn’t go to top!?

Here is the code:
getURL("#top", “_self”);

It puts “#top” in browsers address bar, but it doesn’t go to top.

Does anyone have any idea?

use the anchor point

Yep, anchor helps!
Thanks guys :slight_smile: