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

Pages: [1]
Print
Author Topic: pure as project for multicore ?(not flex project)  (Read 8085 times)
sanghuacai
Newbie
*
Posts: 2


View Profile Email
« on: February 08, 2009, 09:03:53 »

I use little flex UI components because it will produce larger swf file.
I wish I can create a pure actoinscript project with multicore version of puremvc.
I don't know how to do that,maybe some people can give me a demo?
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 on: February 08, 2009, 09:12:10 »

The nice thing about PureMVC is that Whether the view components are mxml or sprites, the concepts are the same. Dispatch events from them, listen to the events with mediators. Let mediators set the data on these components.

-=Cliff>
Logged
sanghuacai
Newbie
*
Posts: 2


View Profile Email
« Reply #2 on: February 08, 2009, 10:44:39 »

thanks a lot!

I have seen "helloPipesDemo",and love puremvc framework very much.
I know lots about actionscript but little about "mxml".From what you have mentioned,I think I can create a multicore based project without any mxml file(use loader instead flex's module loader). Is that right?
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #3 on: February 09, 2009, 06:18:44 »

Yes, that's it.

Flex modules are really just loaded swfs, and MXML is just a way of declaring a visual hierarchy of components (fancy sprites) using xml.

Either way, PureMVC is just the glue in the middle.

-=Cliff>
Logged
Pages: [1]
Print