![]() |
|
||||||||||
|
|||||
|
"человек"
Регистрация: 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. |
![]() |
Часовой пояс GMT +4, время: 06:53. |
|
|
« Предыдущая тема | Следующая тема » |
|
|