ok, ti ringrazio, farò come dici...
Comunque avevo provato a fare così, per provare a caricare un immagine ma con scarsi risultati:
Code:
this.loader = new Loader();
this.loader.load("/gallery/Img1.jpg");
this.loader.addEventListener(Event.COMPLETE, onLoadComplete);
function onLoadComplete(event:Event):void
{
var thumbnail:Sprite = new Sprite();
thumbnail.addChild(this.loader);
thumbnail.x = 0;
thumbnail.y = 0;
thumbnail.width = 230;
thumbnail.height = 170;
}
Vabbè, mi leggo i tutorial e se non riesco posto ancora :)
Grazie per l'aiuto! :)
Bookmarks