0
votes
1answer
88 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
2answers
111 views
Loading external SWF, cannot cast document class to shared base class
I have a parent SWF file that defines a Widget base class.
I then load an external SWF into the parent. The external SWF's document class derives from the Widget base class -- let's call it …
1
vote
2answers
507 views
Create Plugins in Flex - loading nested SWF files
I'm trying to implement a plugin system for our application, and having a devil of a time getting SWF file which was dynamically loaded itself, load additional SWF files.
It goes something like this:
…
2
votes
2answers
477 views
C# Assembly Loading and Late Binding
I'm reading this book on C# and .NET and I'm learning a bunch of cool stuff. I've read the part where the author talks about dynamically loading an assembly and creating an instance of a type in that …
0
votes
1answer
29 views
How can I have an application stack multiple processes into the same application domain?
So here's an example of what I'm wanting to do:
Run test.exe, new Windows process is created, new CLR Application Domain is created, new CLR process is created.
Run test.exe, new Windows process is …
0
votes
2answers
659 views
“Bootstrapping” a remote swf into the application SecurityDomain (actionscript3)
My Flash (AS3/AIR) application is currently using a slightly unusual architecture (for a Flash app) to provide particular base classes for loaded content at runtime. The external content is published …
0
votes
3answers
164 views
application domains and threads
A quote from MSDN: http://msdn.microsoft.com/en-us/library/6kac2kdh.aspx
One or more managed threads
(represented by
System.Threading.Thread) can run in
one or any number of application
…
3
votes
5answers
539 views
What is the scope of a Static Class?
Howdy,
I have an assembly that may be used by more than one process at a time. If I am using a static class, would the multiple processes all use the same "instance" of that class?
Since the …
2
votes
3answers
262 views
Does Silverlight use a separate application domain for each browser tab?
If the same Silverlight application is running in two web browser tabs, does each tab use a separate application domain?
If you know where Microsoft explicitly provides this information, please …
