What is ApplicationDomain.domainMemory for?
In AS3, what is ApplicationDom开发者_运维问答ain.domainMemory
for?
http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/system/ApplicationDomain.html#domainMemory
This defines a ByteArray for the use with fast memory access which currently unfortunately can only be used by Adobe Alchemy or using Joa Ebert's TDSI helper project or Haxe. For regular ActionScript this has no use.
http://blog.joa-ebert.com/2008/12/01/alchemy-actionscript-asc/
http://ncannasse.fr/blog/adobe_alchemy
http://www.unitzeroone.com/blog/2009/05/22/another-scream-on-flash-alchemy-memory-and-compilers/
精彩评论