Preloader for flv movie

Was trying to put a small loader (in one frame if possible) like the little they have in :http://www.thefwa.com/

for an FLV movie using:

if (_framesloaded>=_totalframes) {
gotoAndPlay (104);
} else {
gotoAndPlay (105);
}

however doesn’t want to seem to work.
http://www.duosin.com/test/test.html

Any ideas?