Loading...

Flash CS3: Imagen de Fondo del tamaño del navegador

action script 2 Stage.scaleMode = 'noScale'; Stage.align = 'TL'; // -- modificar tamaño stageResize = function ():Void { hol...





action script 2

Stage.scaleMode = 'noScale';
Stage.align = 'TL';

// -- modificar tamaño
stageResize = function ():Void {
holder._width = Stage.width;
holder._height = Stage.height;
};
stageListener = new Object();
stageListener.onResize = stageResize;
Stage.addListener(stageListener);

// -- porcentaje de carga
this.createTextField("my_txt", 1, 0, 0, 300, 100);
my_txt.autoSize = true;
var my_fmt:TextFormat = new TextFormat();
my_fmt.color = 0x000000;
my_fmt.font = 'Arial';
my_fmt.size = 10;
my_txt.setNewTextFormat(my_fmt);

// -- cargar imagen de fondo
var my_listener:Object = new Object();
my_listener.onLoadProgress = function(target_mc:MovieClip,
bytesLoaded:Number, bytesTotal:Number):Void {
my_txt.text = 'http://systemsource.blogspot.com/ Cargando ... ' +
Math.round(bytesLoaded / bytesTotal * 100) + ' %';
};
// --
my_listener.onLoadInit = function(target_mc:MovieClip) {
my_txt.removeTextField();
mcLoader.removeListener(my_listener);
stageResize();
};
var holder:MovieClip = this.createEmptyMovieClip('holder_mc',
this.getNextHighestDepth());
var mcLoader:MovieClipLoader = new MovieClipLoader();
mcLoader.addListener(my_listener);

mcLoader.loadClip ('img_fondo.jpg', holder);

//--> Si queremos que se carge una imagen distinta cada vez que ingresemos:
//-->("ima00" + (1+random(5)) + ".jpg", holder);


Descargar: Fondo_pantalla.rar
practicas 9166581389504868725

Publicar un comentario

emo-but-icon

Inicio item

ADS

Popular Posts

Random Posts

Flickr Photo