Play movie before fully loaded

i was trying to use

if (this._framesloaded == 3) {
this.gotoAndPlay(3);
}

to play my movie before the whole movie is loaded, but it doesnt go to frame 3, it just waits until the whole movie is loaded.