Matt
Matt

Reputation: 3652

What is ApplicationDomain.domainMemory for?

In AS3, what is ApplicationDomain.domainMemory for?

http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/system/ApplicationDomain.html#domainMemory

Upvotes: 7

Views: 2751

Answers (1)

Quasimondo
Quasimondo

Reputation: 2545

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/

Upvotes: 12

Related Questions