Hi guys n dolls, hows it going?

I've got some external flash movies being loaded into my main movie using loadMovie

I'm wondering why the normal code of:

on (release) {
getURL("http://something.com");
}

which is placed on a button in the external movie, isn't working when brought into the main movie?

Cheers,
-Will