Preloader issues with attachSound and attachMovie

(Using AS2 in Flash CS5)
I have a game that uses attachSound to load in all of the sounds, and attachMovie to load all of the graphics (which are stored in movieclips). The problem is that the movie loads all the graphics and sounds before showing the preloader, which is at 100% when it finally shows up. If I uncheck “Export in Frame 1”, then the graphics and sounds never show, even if I move the game code to frame 2, and even then the preloader doesn’t seem to work.

Basically, I’m asking how can I make a preloader if I’m using attachSound and attachMovie to load all of my graphics and sounds.