[FMX] load movie

I have a main movie called mainpage.swf that loads menu called natoli menu main.swf, in that menu have a button to load another movie into the main movie called hallrecords.swf.
have tried on button -

on (release) {
this.abouta.loadMovie(“hallrecords.swf”);
}

Can not seem to get it to work, any help? thank you;(

see attached files

You might want to include your FLA if this is wrong.

}
on (release) {
	loadMovie("hallrecords.swf",2);
}