Skip to main content
Participant
November 15, 2016
Question

How to keep the scale of Flash player

  • November 15, 2016
  • 1 reply
  • 180 views

i use flash player to play games and i usually open 4 or 5 application at a once so normally it takes me quite a while to zoom it out and move it to the most com4table place to see and use. i just wonder if there are any possible solutions for it to save the last scale i made so i dont have to zoom it out every time i turn it on. tks u

    This topic has been closed for replies.

    1 reply

    jeromiec83223024
    Inspiring
    November 15, 2016

    No.  Flash Player isn't a player in the sense that it's like a video player with controls or something.  Flash Player is a lot more like the Java Runtime Environment, which processes compiled bytecode and renders it to the screen.  It's made for embedding content in webpages, and it's up to the page to control the layout.

    If you were a content provider looking to put together a standalone application experience, we'd recommend that you use Adobe AIR, but it would be up to you as the game developer to remember and restore things like the zoom state of the game.

    So it's probably possible to do what you're talking about today from a language-level perspective, but it would be a feature that the actual game itself needs to implement.