codice:
foto.loadMovie ("nome.jpg");
foto.onEnterFrame = function() {
	if(this.getBytesLoaded()>=this.getBytesTotal()) {
		x=this._width;
		y=this._height;
		trac( x + " x " + y);
	}
}