Preloader Error

Hello ,
this is a preloader script in “Scene 1”
load process is working but get a error (image below),
then your press “evet” (“Evet”=“Yes”, “Hayýr”=“No”) the loading
get canceled but movie continue to play,
“Scene 2” has no scripts.
P.S. i try to publish in “Flash 5” format but same error

var bytes = _root.getBytesTotal();
var bytes_loaded = _root.getBytesLoaded();
if (bytes_loaded == bytes) {
gotoAndPlay(“Scene 2”,3);
this.pp = “movie loaded”;
} else {
gotoAndPlay(2);
this.pp = “(”+bytes_loaded+"/"+bytes+")";
}

I use a different preloading method - but shouldn’t you be going back to frame 1 in gotoAndPlay(2)?

What’s the code in frame 1?

frame 1 “Scene 1” has loading script,
the script is working but what kind of error is this
(image attached)

Well basically if there is some sort of (unwanted) loop in your script, and the flash player can’t end it, or any other reason that would bring it to a grinding halt, the flash player will display this message.