Questions tagged [applicationdomain]

69 questions
0
votes
1 answer

Type Coercion failed in 'loader' and 'loaded' applications

My main application swf file is being loaded by a simple loader swf application that is useful to break cache. In both applications I would like to have access to a singleton. I will provide you with an example to reproduce the bug. So here's our…
0
votes
1 answer

Loading a class in module1 with the same name as a class in module2

I have a Flex application that can load modules as necessary. When the first module is loaded, it creates a class MyBackground(), which paints the background red. When I choose to load a second module (and unload the first) I again load a class…
Mark Ingram
  • 71,849
  • 51
  • 176
  • 230
0
votes
1 answer

AS3: How to instantiate the generic 'Document Class' (MainTimeline?) of a loaded SWF?

I have "Question.swf", which was created from "Question.fla". Note that Question.fla has no Document Class associated with it. (Note that this is legacy content, and there are over 14,000 variants of "Question.swf"; changing all these is not a…
IQpierce
  • 501
  • 2
  • 8
  • 17
0
votes
2 answers

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 DerivedWidget for example. The problem is that when I load…
Triynko
  • 18,766
  • 21
  • 107
  • 173
0
votes
1 answer

Modifying the domain memory of a loaded SWF to control behavior

I have several flash games that cannot be paused from within the games. I would like to write a wrapper swf that allows me to pause them. It is not feasible to recompile the games, so no functionality can be added to them. What I would probably need…
0
votes
1 answer

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 created, realizes CLR Application Domain exists,…
Firoso
  • 6,647
  • 10
  • 45
  • 91
0
votes
0 answers

Custom flash component ApplicationDomain

sFor some reason components aren't attached to the ApplicationDomain of their parent clip. I'm adding a custom component to the stage in flash and at runtime the the components parent ApplicationDomain is null. Also the ApplicationDomain of the swf…
Jordan
  • 1,233
  • 2
  • 12
  • 32
0
votes
2 answers

Dll management in .Net

I develop client application that invokes product that has multiple versions and my customers can load different versions of the product one after another. In order to support that in previous versions I created Application domain for each time…
Sergey Kucher
  • 4,140
  • 5
  • 29
  • 47
-2
votes
1 answer

GOING MAD SWF ASSETS not loading

I've read through posts on "SWF loading issues" on many sites and nothing helps. Maybe my environment or some tiny thing missed causing LOADER.CONTENT to always be NULL. The SWF files are in the same FOLDER which is added to the TRUSTED LOCATIONS…
1 2 3 4
5