Targeting frame label in level?

Hi

Got a swf loading into level 1 at my main timeline.

From an MC inside an MC at my main timeline I´v like to target the frame label “fade” inside the swf that is loaded into level 1.

Can this be done?

Tired this but with no success.

[AS]on (press) {
_level1.gotoAndPlay(“fade”);
}[/AS]