This class is the backgound of the gallery into which the images load and all the cool masking transitions happen. The following events are dispatched by this class: ImageLoaded - dispatched when the image is loaded
new BgImage()
public function BgImage()
public function loadImage(path:String)
public function resize(w:Number, h:Number)
Use this function to resize the background to certain dimensions
w
h
public function addEventListener()
public function removeEventListener()