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 / Public Demos, Tools and Applications / Zeno Design on: March 03, 2011, 05:24:11
Here is a new portfolio site I made with PureMVC, PaperVision, and as3dmod

http://www.zenodesign.com
2  Announcements and General Discussion / Architecture / Re: Shutdown Command and GC on: March 30, 2010, 05:47:47
Thanks, I had an enterFrame still running in one of my classes and stopping that helped a lot. This is the first time I've built an application that loads other multicore swfs, so I'm trying to get a grip on shutting things down. Does the player 10 unloadAndStop() method solve this problem (I'm using CS3 Flash), or would I still need to unhook everything?
3  Announcements and General Discussion / Architecture / Shutdown Command and GC on: March 29, 2010, 07:29:22
I have a multicore project built in Flash, which loads other PureMVC multicore swfs. Before I unload a swf I run a shutdown command sequence inside the swf which removes listeners, children etc. Everything works fine but I've been reading through the gc tutorial and tracing the app's memory usage and sure enough I'm not getting the memory back when I unload a swf. I'm a bit fuzzy on if or how removeCore() might work in this case or if would help? Is there a way to force gc in this case and stay in player 9?
4  Announcements and General Discussion / Public Demos, Tools and Applications / PureMVC Yoga on: January 19, 2010, 04:01:23
Have been using PureMVC for about 9 months and it's made life much easier—thanks Cliff. Here's a site i just launched built with PureMVC and PaperVision:

http://www.reposeyogastudio.com/



Pages: [1]