Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / Architecture / Multi-core for AS2 on: July 15, 2009, 09:01:19
We used PureMVC to build a "wrapper" in AS2 that loads a couple of applications written in AS2.  What we didn't realize is that one of the applications we're trying to wrap uses the PureMVC framework as well and because of the singleton nature of the framework, the application fails to load because an instance of Facade is already created.  Does anyone have any ideas of how we can get around that problem (ie load one pmvc app inside another one also using pmvc?  Right now, I'm trying to modify the multicore code written in AS3 to work in AS2.  Any gotchas I should be aware?
Pages: [1]