Hi!
I’ve been working with AS3.0 for quite a bit now, and I’ve decided to do my future website and app project in AS3.0 rather than 2.0. With AS3.0 the OOP possibilities have become even better, and I want to use them to their full potential.
My goal is to make a sort of general structure or workflow for websites or applications based on AS3.0. This should ideally be as flexible and (thus?) as Object-Oriented as possible. What would be best if you could just have an extensive set of components which you can use to create pages within a website, without having to touch any code. Some kind of template system would be great.
Updating parts of the code should be rather easy too. It’d be great if you could make changes to a component and update it without having to recompile the whole website. Having the components in separate files would perhaps be nice?
However, I’m afraid that I’m rather stuck…
I’ve got all the bits and pieces, like components, helper classes and everything, but tying it all together is where I’m getting lost.
I’d like to hear your ideas on how to approach developing and structuring a flexible, dynamic website or application in flash using AS3.0
Thanks!