This content has been marked as final.
Show 1 reply
-
1. Re: Adding text and a slideshow instance skews SWF off screen
Sudheendra Sathavalli Jul 28, 2010 11:19 PM (in response to rlafoto1)I think you have to set SSP's size little less than the size of the stage and then place your text fields on stage with respect to SSP's x and y property.
Code in resize handler function has to be changed to
my_ssp.setSize(stage.stageWidth -10 ,stage.stageHeight- 10 );
So that slideshow wont occupy whole stage and gives some space for your textfields to be on stage.

