Targeting maintimeline from level1?

Hi again
I´m having another problem with targeting.
I load a swf into level1 and from the loaded swf:s last frame I´d like to goto frame 2 of the main time.

Have tried this.

[AS]_root.gotoAndPlay (2);[/AS]

[AS]_root._root.gotoAndPlay (2);[/AS]

[AS]_parent.gotoAndPlay (2);[/AS]

[AS]_level0.gotoAndPlay (2);[/AS]

But I must be missing something ´cause it won´t work?

Thx