Whats wrong

Whats wrong?

onClipEvent (enterFrame) {
 _height+=_root.getBytesLoaded()/_root.getBytesTotal()*79;
}
onClipEvent (enterFrame) {
 if (_root.getBytesLoaded()==_root.getBytesTotal()) {
  gotoAndPlay(2);
 }
}

Thanks Albert!