puremvc
|
 |
« Reply #1 on: March 03, 2008, 07:28:13 » |
|
OK. Take a step back then. If the app you're looking at is a mess, then you won't figure out the proper order of things by studying it first.
I would say the first thing to do is roll back the client to the version that worked, assuming this is in a repository or backed up somewhere.
Go through the main docs for PureMVC (Framework Overview, Best Practices), and check out some demos (If you are pressed for time, I suggest starting with the Architecture 101 demo), and be sure you understand how a PureMVC app is supposed to work. It's not so hard but you'll be scarred for life learning any framework from a knotty application you're batting cleanup on.
Then go study the swfaddress API. Make sure you understand how it works. I have looked at it and it seems pretty easy.
Remember, if you give in to the 'no time to study, have to deliver now' impulse, you're shooting yourself and your client in the foot. If a bomb was going off in 1 hour if you didn't solve a Rubiks Cube and you didn't know how, you'd be more likely to live if you read the book 'How to Solve the Rubiks Cube' as a first step than if you simply grabbed the cube and started cranking.
Once sufficiently informed, return to your task with new vigor and the confidence to overcome.
-=Cliff>
|