External swf

Please I need help.,

I load an external SWF movie in my main SWF ( I use tell a target with an empty movieclick) I need that when this external SWF ends go to a XXXXXX Frame but in the main SWF no in the same external SWF.

Thanks

Pablo Gill

_root.onEnterFrame = function(){
if(_level2._currentframe == _level2._totalframe){
_root.gotoAndPlay(15)
delete _root.onEnterFrame
}
}