How to load jpg by a button?

hi.
i have a button on the stage and wanted to load a picture by it.
i want to know if this code is ok for that (in the case the pic’ file in on the same folder as the swf file)

on (release) {
getURL(“001.jgp”);
}

thanks a lot