Button inside movie clip not working

Does anyone knows if a button will be able to work if it’s placed inside a movie clip symbol?

I’m asking this because I have several buttons and they have the following AS assigned to them (with a different anchor at the end of the url):

on (release) {
getURL(“dealers.html#arquimaya”);
}

The swf is located at the begining of the dealers.html page but for some reason none of them work. Both files (dealers.html and the swf file are located in the same folder, so there’s no path conflicts there).

Any ideas?