jueves, marzo 15, 2007

Banco de Sonido

BANCO DE SONIDOS

Hosting Internetworks

Hosting... baratito!!! y con dominio MX por 3 años:

Internetworks, Hosting y Web Hosting en México, Servidores Dedicados, Paginas Web y Dominios

Fondo bitmap que se ajusta al tamaño del navegador en Flash

En el primer fotograma:

Stage.scaleMode = 'noscale';
//-----------------------
var StageWidth:Number = 550;
var StageHeight:Number = 400;
function escalaFondo()
{
if (Stage.width > Stage.height) {
fondo._width = Stage.width;
fondo._yscale = fondo._xscale;
} else {
fondo._height = Stage.height;
fondo._xscale = fondo._yscale;
}
fondo._x = (StageWidth - fondo._width) / 2;
fondo._y = (StageHeight - fondo._height) / 2;
}
//-----------------------
Stage.addListener(this);
this.onResize = escalaFondo;
escalaFondo();
//-----------------------
stop();"


y se crea un clip con el fondo, al publicar, se especifica el 100% de ancho y el 100% de alto.
Y listo!!!

miércoles, marzo 14, 2007

Banco de Imágenes

Banco de imágenes donde puedes bajar fotos individualmente, y el precio va desde 1 dolar!!!

stockxpert

jueves, marzo 08, 2007