Trouble loading additional swf's CD ROM

Hi all.

I have a problem with a FLASH CD I am creating. I have 6 swf’s and the main title which loads as an .exe file on autorun.
[autorun]
open=mymovie.exe

The first button on this file has:

on (press) {
unloadMovie (“mymovie.exe”);
loadMovieNum (“secondmovie.swf”, 0);
}

  • I am using the standard.

on (release) {
loadMovieNum (“mymovie.swf”, 0);
}

For all other swf links.

It would seem that sometimes it is loading from my pc rather than the disc? Can anyone please tell me what the CD path is to ROM files? I have tried nearly everything and am pulling my hair out at this point. The Volume is called ‘NANO’

So should I be putting:

on (release) {
loadMovieNum (“NANO\mymovie.swf”, 0);
}

Sorry if this is not a good message and not well worded. Many thanks in advance.
Chipfryer.