Tagged Questions
4
votes
1answer
374 views
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
2
votes
4answers
188 views
Share Classes between Parent and Child SWF
So i have a situation where i want to pass a object of a class say 'MyBigAwesomeClass' from a child to a parent. I import the class definition into both the parent and child.
Now, if i load the ...
1
vote
2answers
394 views
Howto: Flex Module with its own custom RSLs loaded only into child ApplicationDomain?
I have a complicated application. I use Flex 4.1 RSLs and custom RSLs for all my libraries (and there are like 15 of custom SWCs - Flex Library Project)
I would like to load main application with ...
1
vote
0answers
515 views
AS3 Loader's unloadAndStop odd behavior
I know the AS3 Loader's class unloadAndStop() supposes to unload and stop everything on a SWF's stage when I load one, but does it also changes objects within the library (even if they are not on ...
1
vote
1answer
889 views
Flex SWF assets loaded into Flash SWF at runtime within same ApplicationDomain
I'm trying to load a swf compiled by the Flex SDK into a swf exported by the Flash IDE and instantiate the assets by way of getDefinition(). Normally this works fine with assets exported from the ...
0
votes
1answer
90 views
Release application domain from main SWF
i like to know that there is way to remove all data after unload swf .
Calling Loader.unloadAndStop(); remove content and loaded bytes , but loaded classes stays in application domain .
If i load it ...