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 / General Discussion / loading exernal views in a flash application on: December 11, 2007, 05:46:45
Hi everyone,

I am trying to build an application in flash using the pureMVC, the question is:

I want to load an external swf ( incorporating a view components on its stage ) in my application and i would like this new view components to be able to send notification to the facade....   I cannot register a mediator for that view components in the ViewPrepCommand cause at the initialization of the application that view components is not loaded yet and will only be loaded when a user click on the button that loads that swf.

Basically i am wondering what's the steps to follow to use a new view components at runtime ?
Should the registration Mediator code:
:
facade.registerMediator(new MyViewMediator(myViewCompMC))
of the new view components be on the external swf ? 

I hope all this is making sense, any feedback will be appreciated,

Thanks ! 
2  PureMVC Manifold / Bug Report / [ DEFUSED ] HelloFlash not working, with PureMVC 1.6 !?! on: November 18, 2007, 08:33:25
Hi, i have just downloaded the PureMVC 1.6.zip and the HelloFlash.zip
unzipped both and pointed my publish settings actionscrip 3 path to: PureMVC and HelloFlash respectively and i get: Facade could not be found.... i have tried to resolve this issue over the past hours and i can't figure it out... can somebody help me....   :'(
 
Pages: [1]