[flexcoders] domainMemory in FP10?

2008-10-28 Thread Brian Deitte
Does anybody know what domainMemory does in Flash Player 10?  I was
just looking through the new APIs, and I came across this:

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

The description is more than a little cryptic:

Gets and sets the object on which domain-global memory operations
will operate within this ApplicationDomain 

I haven't been able to find any more information on this, and I'm just
curious on what it does.  -Brian


Re: [flexcoders] domainMemory in FP10?

2008-10-28 Thread Matt Chotin
Used for this stuff: 
http://www.peterelst.com/blog/2008/10/04/what-is-flacc-all-about/


On 10/28/08 9:55 AM, Brian Deitte [EMAIL PROTECTED] wrote:




Does anybody know what domainMemory does in Flash Player 10?  I was
just looking through the new APIs, and I came across this:

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

The description is more than a little cryptic:

Gets and sets the object on which domain-global memory operations
will operate within this ApplicationDomain 

I haven't been able to find any more information on this, and I'm just
curious on what it does.  -Brian




Re: [flexcoders] domainMemory in FP10?

2008-10-28 Thread Brian Deitte
That was cruel, Matt, very cruel, as now I'm even more interested in
how it works.  :)

On Tue, Oct 28, 2008 at 12:57 PM, Matt Chotin [EMAIL PROTECTED] wrote:
 Used for this stuff:
 http://www.peterelst.com/blog/2008/10/04/what-is-flacc-all-about/

 On 10/28/08 9:55 AM, Brian Deitte [EMAIL PROTECTED] wrote:

 Does anybody know what domainMemory does in Flash Player 10? I was
 just looking through the new APIs, and I came across this:

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

 The description is more than a little cryptic:

 Gets and sets the object on which domain-global memory operations
 will operate within this ApplicationDomain 

 I haven't been able to find any more information on this, and I'm just
 curious on what it does. -Brian

 


Re: [flexcoders] domainMemory in FP10?

2008-10-28 Thread Brian Deitte
Ah, of course, I get it now.  It's for pointers in ActionScript.

On Tue, Oct 28, 2008 at 1:00 PM, Brian Deitte [EMAIL PROTECTED] wrote:
 That was cruel, Matt, very cruel, as now I'm even more interested in
 how it works.  :)

 On Tue, Oct 28, 2008 at 12:57 PM, Matt Chotin [EMAIL PROTECTED] wrote:
 Used for this stuff:
 http://www.peterelst.com/blog/2008/10/04/what-is-flacc-all-about/

 On 10/28/08 9:55 AM, Brian Deitte [EMAIL PROTECTED] wrote:

 Does anybody know what domainMemory does in Flash Player 10? I was
 just looking through the new APIs, and I came across this:

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

 The description is more than a little cryptic:

 Gets and sets the object on which domain-global memory operations
 will operate within this ApplicationDomain 

 I haven't been able to find any more information on this, and I'm just
 curious on what it does. -Brian