Movies and folders

Hi all
I keep having problems loading a movie from another one that i placed inside a folder
can you help me out?
this is the action i’m using to load the swf placed inside the folder (folder name is ed_2005):

on (release) {
loadMovieNum(“ed_2005/mymovie.swf”, 2);
}

and this is what i’m trying to use to go back to my original movie:

on (release) {
loadMovieNum("…/mainmovie.swf", 2);
}

even if I used the …/ on the path it doesn’t work… :frowning:
help me out! thanks

by the way i also just realized i posted in drawing…sorry wrong place!