Preloader problem

hi
i made preloader. but i want to load a frame. is it possible…

ifFrameLoaded [COLOR=red](“frame name”)[/COLOR] {
gotoAndPlay(10);
}

I make a movie that will loop behind the site… But I couldnt load it with preloader.

Add scene name also…

ifFrameLoaded (“scenename”, 1){
gotoAndPlay(10);
}

ok thanks