Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 504
Matt Avatar asked Sep 08 '10 04:09

Matt


1 Answers

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/

like image 139
Quasimondo Avatar answered Sep 21 '22 09:09

Quasimondo