You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Alex Harui <ah...@adobe.com> on 2014/09/01 05:56:39 UTC

Re: swfContext

In order to support unloading embedded font modules, the Flex SDK does not
automatically call registerFont for embedded fonts.  Instead, certain API
calls have to executed in the module's "context" (the ABC instructions are
in a particular SWF).

-Alex

On 8/31/14 2:53 AM, "Harbs" <ha...@gmail.com> wrote:

>There¹s a bunch of places in TLF where swfContext.callInContext() is
>called. Can anyone explain to me the purpose for this?
>
>Specifically I¹m referring to something like:
>tf.flowComposer.swfContext.callInContext(func) instead of calling func()
>directly.
>
>Thanks,
>Harbs