I have a small AS3 utility that I intend to open source for the community.
I want this to be free, anyone can use it… and they can include it in projects that they want to sell. Thinking of releasing under MIT creative commons. Thoughts?
More importantly… I’d like my fellow AS3 veterans to have a quick look at the attached usecase (RoutedComponentLifeCycle) and provide some initial feedback for me…
I’ve attached a file demonstrating the use of my EventRouter class
The constructor definition is as follows:
public function EventRouter(dispatcher : IEventDispatcher, type : String, response : Function, returnEvent : Boolean=true, additionalParams : Object=null, activeRouter:Boolean=true, weakReference:Boolean=true) {
Do you agree with the ordering and default values of my constructor parameters? Any thoughts on my approach in general?
I just created a github account and I’ll have the full project up soon.