
slideShowProInstance.setSize(width, height);
width A number that indicates the width of SlideShowPro, in pixels.
height A number that indicates the height of SlideShowPro, in pixels.
Nothing.
Method; resizes SlideShowPro to the requested size. Numbers should be whole (no decimals). This method overrides any manual resizing performed on the component when placed on the stage.
This example resizes the slideshow component instance to 400 pixels wide and 200 pixels high:
my_ssp.setSize(400,200);

