Skip to main content
Inspiring
February 18, 2016
Answered

How does the online Flash Player Settings Manager work?

  • February 18, 2016
  • 1 reply
  • 906 views

This is something I've always been curious about: how exactly does the online Flash Player Settings Manager work?

It's a SWF UI running in a regular Flash Player but it obviously has access to all sorts of low level Flash Player settings, which a typical SWF does not.

My first guess is that the UI is actually built into the Flash Player, but then why would you have to visit a website to see it? Is the SWF actually being served by the website, and the Flash Player trusts the website to have access to a low level player API not made public?

As a Flash developer for many years I've just been curious about this for a long time. Now that the manager is obsolete by the built in settings manager (which is a lot less mysterious) I thought I'd ask before it's completely forgotten.

- Aaron

    This topic has been closed for replies.
    Correct answer jeromiec83223024

    Yeah, the SWF is imbued with special powers, which are tied to the domain that the SWFs are served from.  The settings are basically just special LSOs.

    1 reply

    jeromiec83223024
    jeromiec83223024Correct answer
    Inspiring
    February 18, 2016

    Yeah, the SWF is imbued with special powers, which are tied to the domain that the SWFs are served from.  The settings are basically just special LSOs.

    Inspiring
    February 20, 2016

    Interesting, thanks for the details. Mystery closed.

    -Aaron