
| Document player compatibility |
|---|
| SlideShowPro Player for Flash (ActionScript 3) |
The Display Object you wish to add an instance of the SlideShowPro Player to as a child.
An instance of the SlideShowPro Player component.
Creates a new SlideShowPro Player component 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 the component on the Stage of an FLA.
import net.slideshowpro.slideshowpro.*; var my_ssp:SlideShowPro = new SlideShowPro(this);