Hi,
[FONT=Verdana]I am creating a .swf that I would like to be resizeable. I’ve set stage.scaleMode to [/FONT][FONT=Verdana]StageScaleMode.SHOW_ALL. The resizing works fine, however, there are two issues.
When the .swf gets resized to dimensions not fitting the original aspect ratio, it shows the area outside the stage. My problem with this is that I have objects that necessarily need to move off the edge of the stage before they are set to invisible or deleted. I don’t want them to show when they are off the stage; does anyone have a simple solution as to how this could be accomplished?[/FONT]
[FONT=Verdana]My second issue is that, again, when the dimensions change, outside the stage is shown, but the stage is not centered in this extra space. I need it to be centered.
If there aren’t any simple solutions to these issues I think the whole feature of a .swf being able to resize is pretty much moot as it ruins the content.
Thank you for any help you’re able to provide.
[/FONT]