![]() |
|
||||||||||
|
|||||
|
Цитата:
this.createEmptyMovieClip("jpg",1); this.jpg.loadMovie("name_jpg.jpg"); this.createTextField("loader_txt",2,10,10,50,50); this.onEnterFrame=function(){ var l=this.jpg.getBytesLoaded(); var t=this.jpg.getBytesTotal(); if(l && t){ this.loader_txt.text=Math.floor(100*l/t)+"%"; if(l==t) { this.loader_txt.removeTextField(); delete this.onEnterFrame; } } } |
![]() |
Часовой пояс GMT +4, время: 08:33. |
|
|
« Предыдущая тема | Следующая тема » |
| Опции темы | |
| Опции просмотра | |
|
|