Raimonds
Raimonds

Reputation: 2606

Organizing Actionscript project

I'm learning different programing languages for more than 4 years, but I have never thought about how to organize stuff, because in php its more easier than flash. Now I need to make a radio player, but I dont know how to organize the stuff, to not to lost myself. Please giv me advice what classes should I make and what to do and not to do in main class for this project.

Thank you in advance.

Sorry for taking your spare time.

Raimonds, Latvia

Upvotes: 0

Views: 221

Answers (2)

monsieurfh
monsieurfh

Reputation: 316

A wide range of MVC frameworks are available to ensure a solid architecture :

  • Cairngorm : backed by Adobe, the one you're supposed to use with Flex/MXML

  • Robotlegs : a lightweight open-source alternative

  • PureMVC : another open-source alternative

Others players are Swiz, Mate, Parsley

For a project like yours, Robotlegs is the perfect tool for the job.

Upvotes: 3

Rob Fox
Rob Fox

Reputation: 5581

Are there best practices for (Java) package organisation? Check the accepted reply. It is pretty much identical to AS3 best practices.

Upvotes: 1

Related Questions