Any idea what this means?
es=true|false Instructs the compiler to use the ECMAScript edition 3 prototype-based object model to allow dynamic overriding of prototype properties. In the prototype-based object model, built-in functions are implemented as dynamic properties of prototype objects. The default value is false. Using the ECMAScript edition 3 prototype-based object model lets you use untyped properties and functions in your application code. As a result, if you set the value of the es compiler option to true, you must set the strict compiler option to false. Otherwise, the compiler will throw errors. If you set this option to true, you must also set the value of the as3 compiler option to false. This is an advanced option. -- Henry Minsky Software Architect [EMAIL PROTECTED]
