On 3/11/14 10:09 PM, "Justin Mclean" <jus...@classsoftware.com> wrote:
>Hi, > >> I thought byte code from playerglobal did not actually get linked into >>any SWF. > >OT to this threadI know but may be useful to someone. After a little >searching URLLoader, Vector, Rectangle, describeType and setTimeout are >all in there, may be other classes and static methods. I don't doubt that, but aren't they stubs and not actual implementations? I think you have to mark playerglobal.swc as an external-library-path otherwise if any of that get linked in the SWF will not run. Also, IIRC, the APIs are marked as native which I think also prevents the linker from linking in that code. I generated a link-report for the Installer which uses URLLoader, and URLLoader is not linked into the SWF. -Alex