ae galera,
alguem sabe fazer um preloader (barra/porcentagem ou so barra ou so porcentagem) que carregue o conteudo externo de um alvo (uma imagem) ???
to precisando muito disso, e ja quebrei a cabeça aqui, tentando montar um, mas nada da certo =\
se alguem puder me ajudar ae vlw!
Publicidade
|
|
Page 1 of 1
Como fazer preloader apartir de um alvo carregamento externo
#3
Posted 21 March 2007 - 04:22 PM
Pralon, inda bem q voce conseguiu entender oq eu disse, vlw por me ajudar, mesmo ja tendo achado a solução!
vlw!
CODE
this.createEmptyMovieClip("alvo_mc", this);
status_txt.text = "aguarde...";
var carregador:MovieClipLoader = new MovieClipLoader();
var ouvinte:Object = new Object();
ouvinte.onLoadStart = function() {
status_txt.text = "iniciando...";
};
ouvinte.onLoadProgress = function(alvo_mc, carregado, total) {
status_txt.text = Math.round(carregado / total * 100) + "%";
};
ouvinte.onLoadComplete = function() {
status_txt.text = "concluído";
};
carregador.addListener(ouvinte);
carregador.loadClip("002.jpg", alvo_mc);
status_txt.text = "aguarde...";
var carregador:MovieClipLoader = new MovieClipLoader();
var ouvinte:Object = new Object();
ouvinte.onLoadStart = function() {
status_txt.text = "iniciando...";
};
ouvinte.onLoadProgress = function(alvo_mc, carregado, total) {
status_txt.text = Math.round(carregado / total * 100) + "%";
};
ouvinte.onLoadComplete = function() {
status_txt.text = "concluído";
};
carregador.addListener(ouvinte);
carregador.loadClip("002.jpg", alvo_mc);
vlw!
Share this topic:
Page 1 of 1
Similar Topics
| Topic | Forum | Started By | Stats | Last Post Info | |
|---|---|---|---|---|---|
|
DUVIDA CRUEL!!
Como Faco um album de fotos no FW |
Fireworks |
RafaelQuintella
|
|
|
|
ajuda
alguem pode fazer umna imagen pra min |
Photoshop & Image Ready |
Pinheiro
|
|
|
|
Empresa cria alto falante fino e flexível como papel
|
Notícias |
Notícias
|
|
|
|
Ajuda: Fazer no Corel como no Word (WordArt)
Preciso da ajuda de vcs colegas |
Corel Draw |
CrazyVoxman
|
|
|
|
Janela PopUp, como fazer.
|
Tutoriais e Artigos |
MVolpi
|
|
|
|
Aprenda a fazer backup do seu MSN
|
Notícias |
Notícias
|
|
|
|
Banco de Dados
Como exibir conteudo de uma tabela lista em um link ? |
ASP e ASP.Net |
gumetis
|
|
|
|
pagina popup
como é q eu faço?! |
Dúvidas Gerais |
italo santos
|
|
Publicidade
|
|

Help













