Label the first frame of your second scene with site, and use at least one first blank keyframe on your preloader scene (you could even add 2 or more other blank frames before your actual code frames), adding the following on that blank keyframe...
code:

if(_root.getBytesLoaded() >= _root.getBytesTotal()){
gotoAndPlay("site");
}