Skip to main content
Known Participant
October 28, 2013
Answered

Test Device showing area beyond stage...

  • October 28, 2013
  • 1 reply
  • 466 views

Not sure what could be causing this. In the test .swf, all items on staged are lined up perfectly. On both testing devices, parts of items that are placed below the stage can be seen. I have selected "full screen" in the settings. Any advice is appreciated. Thanks.

This topic has been closed for replies.
Correct answer Colin Holgate

The default stage scale mode is showAll. In that mode you will see content that is off the stage, if you’re on a device that is wider or taller. So for example, if you had a 1280x720 stage, on iPhone 5 it would exactly fit, but on iPad you would see the content above and below the stage.

This is normal and good, you can place content that gets revealed on those devices. It could be just a continuation of the background for example, which would be better to see than having a black border instead.

1 reply

Colin Holgate
Colin HolgateCorrect answer
Inspiring
October 28, 2013

The default stage scale mode is showAll. In that mode you will see content that is off the stage, if you’re on a device that is wider or taller. So for example, if you had a 1280x720 stage, on iPhone 5 it would exactly fit, but on iPad you would see the content above and below the stage.

This is normal and good, you can place content that gets revealed on those devices. It could be just a continuation of the background for example, which would be better to see than having a black border instead.

withertonAuthor
Known Participant
October 28, 2013

Thanks for reply.