This is XML image gallery. Using AS3. You can using any image size it will be reducing with save sizes ratio. Just set images area max width and height. Gallery also support html tags in image description.
Main setting: settings.xml: <sets> <picturesAmount>8</picturesAmount> //images amount <picturesUrl0>pic/1.jpg</picturesUrl0> //images link ... <cont0><![CDATA[Lorem ipsum dolor <b>sit amet</b>...]]> </cont0> //images description ... </sets>
ClassesItemController.as: private var min:Number = - 10;//min rotate angle private var max:Number = 10;//max rotate angle private var xPos:Number = 180;//center images x position private var yPos:Number = 190;//center images y position
ClassesStackItem.as private var defHeight:Number = 300;//image area max height private var defWidth:Number = 400;//image area max width
Would you like to comment or ask questions from opinion?
Uploaded By: opinion
This is XML image gallery. Using AS3.
You can using any image size it will be reducing with save sizes ratio. Just set images area max width and height.
Gallery also support html tags in image description.
Main setting:
settings.xml:
<sets>
<picturesAmount>8</picturesAmount> //images amount
<picturesUrl0>pic/1.jpg</picturesUrl0> //images link
...
<cont0><![CDATA[Lorem ipsum dolor <b>sit amet</b>...]]> </cont0> //images description
...
</sets>
ClassesItemController.as:
private var min:Number = - 10;//min rotate angle
private var max:Number = 10;//max rotate angle
private var xPos:Number = 180;//center images x position
private var yPos:Number = 190;//center images y position
ClassesStackItem.as
private var defHeight:Number = 300;//image area max height
private var defWidth:Number = 400;//image area max width