Opening a .SWF file

I currently have this code set to open a .swf within a movie clip

[indent]on (release) {
viewer_WD.loadMovie(“Sub_Sandwich.swf”, _blank);
}

[/indent] Is there a code to open a .swf file that is in the root directory by clicking a button in a new window?

Thanks for any help,
Brian