OpenFL is a platform independent implementation of the Flash package.
awe6 does not depend on either OpenFL or the Flash package. It can use them, or it can use alternative drivers (e.g. CreateJS or customer written drivers).
awe6's Context will therefore change dependent on the context of the driver, so we can't bind to Context's members from within the abstract classes else we'd lose driver independence.
From a practical perspective it is possible to override _configurer to read properties from the stage (or xml) if preferred. Configurer occurs in two stages (once before the xml is loaded, and again after) for flexibility.
However the isFullScreen setting will assume a default prior to that (which I agree is not ideal).
Is there a particular problem this default creates? i.e. something we can test against if I submit a patch.