AS3 is time consuming

March 21st, 2008

Spent today getting together an flv player that is lightweight in as3. Realized how much code you need to do some really simple stuff. I’m getting a little irritated with the static type errors. It really doesn’t feel like good practice to put Event as a parameter for public functions so that means creating a new function to use as a middle layer between the listener and the function that is called. I suppose this makes it so that everything is very specific but man it makes life time consuming. Time consuming + ad agency = trouble.

Leave a Reply