gotoAndStop Command

Hi

I have a problem in gotoandstop command , I have two swf files , named
main.swf and vacation.swf , the vacation.swf has three buttons , when
those each buttons clicked , it will take to each frames.

The problem is , my command buttons are working fine, when i run sperately the
vacation.swf file, but when i loadthis movie inside the main.swf file , those
command buttons are not working , i mean it is not going specified frame.

Please any one help me to comeout from this problem.

This is my Script

[color=red]this.onChange = function () {
[/color]
[color=red]myCivil = this.civil.getvalue()
if(myCivil == “Petra”)
{
_root.Symbol413.gotoAndStop(48);
}
if(myCivil == “Tibet”)
{
_root.Symbol413.gotoAndStop(50);
}
}
[/color]
Thanks in Advance
Regards
Murugan