Re: swfContext

2014-08-31 Thread Alex Harui
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" wrote: >There¹s

swfContext

2014-08-31 Thread Harbs
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