Tengo una galeria de fotos en AS2, en la cual la programación, de altura y fotos predefinida asi:
Cita:
325x500 es la gran mayoría de tamaño de las fotos.var stageHeight:Number = 325;
var stageWidth:Number = 500;
var stageWidth:Number = 500;
Pero, si tengo una de 500x500, puedo configurarlo aparte, por ejemplo, en el XML?
Ej.
Cita:
o algo así? (No se como se hace o si se puede hacer)<fotos>
<img src="imagenes/1.png" thumb="img/thumb/1.jpg" />
<img src="imagenes/2.png" thumb="img/thumb/2.jpg" height=500; width=500; />
</fotos>
<img src="imagenes/1.png" thumb="img/thumb/1.jpg" />
<img src="imagenes/2.png" thumb="img/thumb/2.jpg" height=500; width=500; />
</fotos>
O se podría configurar en las variables?
Un saludo, gracias