Help with multimedia CD

I’m creating a multimedia portfolio on a CD-ROM. I’m using a projector file for the portfolio presentation, the pieces I’m linking to are external swf’s.

When I use this actionscript the external swf’s are not opening a new window. Is there a way I can open a new window with my project on top of the projector file?

on (release) {
loadMovienum(“project1.swf”, 2);
}

Any help would be appreciated!

Thanks