
26.08.2005, 18:51
|
|
|
.grin! wuz here
Регистрация: Aug 2004
Адрес: paradise city
Сообщений: 3,981
|
stop();
movik.loadMovie("videocard-inner.swf");
movik.stop();
this.onEnterFrame = function () {
t = this.movik.getBytesTotal();
l = this.movik.getBytesLoaded();
if(l/t>=1){
delete this.movik.onEnterFrame;
this.play();
} else {
trace("загружено: "+l+" байт; всего: "+t+"; байт.")
}
}
__________________
Breakcore them all!
|