A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Best resolution for screensaver?

  1. #1
    Member
    Join Date
    Jun 2006
    Posts
    44

    Best resolution for screensaver?

    i need to create an animation in flash that also includes JPEG images.

    if i set the stage area to 800x600, does it mean that users with larger screen resolutions will see the jpeg images all stretched out?

    and i if i set it to 1024x780, does it mean users with lower screen resolution will not be able to see the full picture?

    what is the best screen res to use?

    hope i'm not asking stupid questions!

  2. #2
    5+5=55 Schfifty Five's Avatar
    Join Date
    Jun 2006
    Posts
    698
    Use stage.scaleMode = "showAll" to make it fill the screen no matter what.

  3. #3
    Member
    Join Date
    Jun 2006
    Posts
    44
    but if i do that, will the jpeg images be forced-stretch to fill the screen?

  4. #4
    5+5=55 Schfifty Five's Avatar
    Join Date
    Jun 2006
    Posts
    698
    Yes, but you can use Stage.scaleMode = "noScale" to have in centered and not scaled in the middle of the screen.

  5. #5
    Member
    Join Date
    Jun 2006
    Posts
    44
    thanks!

    so it's better to have it at 800x600 ya, to play safe?

  6. #6
    5+5=55 Schfifty Five's Avatar
    Join Date
    Jun 2006
    Posts
    698
    I guess, or you could have different jpgs for every resolution so each one would look good.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center