
public function SlideShowPro(parent:DisplayObject)
The Display Object you wish to add an instance of SlideShowPro to as a child.
An instance of SlideShowPro.
Creates a new SlideShowPro instance. Accepts a DisplayObject parameter to place the instance on the Stage or another display object container.
This method is only supported with the ActionScript 3 version.
This example creates a new instance of SlideShowPro on the Stage of an FLA.
import net.slideshowpro.slideshowpro.*; var my_ssp:SlideShowPro = new SlideShowPro(this);