Loading swf which is not in the same folder?

Hi I have an .exe file with 2 buttons. When a button is pressed I want it to load another .swf file. But this .swf is not kept in the same folder. I think i need to add ‘’ or ‘/’ . At present I have

on (release) {
loadMovie(“DIY.swf”, “blank”);
}
But it won’t work as DIY.swf is kept in the folder called game1

Can this work? Can i make it open a swf file which is not in the same folder?
Cheer
Lesley