I mean that of the built-in ECMA objects: String, Number, Object, Function, RegExp, Error, Boolean, etc..

link|improve this question

64% accept rate
feedback

1 Answer

up vote 1 down vote accepted

From what I have found from extensive search on my drive is that it comes from the Flash installation as follows, though it may only be the syntax - highlighting and completion code.

Find your Adobe Flash installation, the following is for CS4, Flash Player 10.

c:\Program Files\Adobe\Adobe Flash CS4\Common\Configuration\ActionScript 3.0\FP10\playerglobal.swc

Open the above .swc in WinRAR or something equivalent, you will see an XML file that seems to server as a reference, and a SWF file "library.swf" which holds all the code.

Hope this helps.

Brian Hodge blog.hodgedev.com hodgedev.com

link|improve this answer
Correct, native objects come from playerglobal.swc. In the case of asdoc, which is part of the Flex SDK, it will be one of the playerglobal.swc files that come with the SDK (each version of Flash Player has it's own version of this SWC). – joshtynjala Apr 2 '09 at 16:22
Makes sense, Thanks. – Brian Hodge Apr 2 '09 at 17:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.