Launching a local html file from local swf ( flash 8.)

Hello everyone i am having a problem launching a local html file from my swf. i have a button called print that when clicked it is supposed to open the local html file and print out the content. this is the code i used on the button

on (release){
getURL(“folder/folder/file.htm”,"_self");
}

i also tried scripting it on the time line when that didn’t work.

any ideas?
Thanks,
kool