Problem with getURL on button

I have several buttons and this is the code that goes inside (different for each button)

 
on (release) {
 getURL ("/engine/loadPage.asp?idPage=13");
}


It seems flash cant read/get the URLs this way, since it doesnt do nothing for me.

Is there a solution to this so flash can handle relative URLs?