Class imagegal.XMLImageGallery

Description

This is the main class of the gallery that holds all the mechanism to execute its every need in perfect synchronisation. In the library, this class is atached to prgallery movieclip.

Field Index

Inherited from DisplayObject

Method Index

new XMLImageGallery()
exit(), hideInfo(), loadNext(), loadPrevious(), loadXML(), showInfo(), showMenu(), showThumbs(), StageResized(), toggleInfo()

Inherited from DisplayObject

Constructor Detail

XMLImageGallery

public function XMLImageGallery()

Method Detail

loadXML

public function loadXML(path:String)

Use this function to load the menu xml file into the gallery.

Parameters

path- path to the xml file

Overrides

loadXML() in com.maheshj.UI.core.DisplayObject

StageResized

public function StageResized()

This function is basically a stage resize listener. Even if the gallery is configured to be of fixed width, this function is used to align the elements properly.

loadNext

public function loadNext()

loadPrevious

public function loadPrevious()

showInfo

public function showInfo()

hideInfo

public function hideInfo()

toggleInfo

public function toggleInfo()

showThumbs

public function showThumbs()

showMenu

public function showMenu()

exit

public function exit()