Simple AS 2 to AS 3

How I convert this code from AS2 to AS 3, very simple to all of you. If any one give me any reference where I find these code reference that will better and can avoid so much easy questions to all of you. Here is the code in question



this.button_new.onRelease = function  () {
    
    getURL("mailto:abc@yahoo.co.in");
}

Regards

Worthless