
15.05.2004, 16:17
|
|
|
"человек"
Регистрация: Nov 2002
Адрес: +-
Сообщений: 1,807
|
 Код:
createEmptyMovieClip("buttonAttachName", 1);
buttonAttachName.loadMovie("buttons/buttonstyle1.swf");
onEnterFrame=function(){
if(buttonAttachName.getBytesTotal()>=0){
trace(Math.floor(buttonAttachName.getBytesLoaded()/buttonAttachName.getBytesTotal()*100)+" % loaded.");
if(buttonAttachName.getBytesLoaded()==buttonAttachName.getBytesTotal()){
trace("file loaded.");
buttonAttachName.buttonText.text = "tratata";
};
}else{
trace("init file...");
};
};

__________________
flash it
Последний раз редактировалось Techmaker; 15.05.2004 в 16:20.
|