Busting AS3’s Myths

Mythbusters Video Voting Minisite
Another good practice for me to debunk all my questions on AS3 right away. Took quite a while for the power to kick in, but I really felt using best practice in AS3 really does fastens up productivity by a lot.
That is not only applying for myself, but imagining there will be another colleague of yours that might need to change your code in case you are not there, temporarily. Full fledge Tweener class in AS3 is used inside as you can see.
Minimal animation at this point because I’m not sure if it is appropriate to go all crazy with my limited knowledge on AS3. On the other, I noticed error handling are certainly way better and detailed than AS2/AS1 counterparts, though it might be a serious pain in the ass when the compiler keeps bitching on missing or unknown objects.
What other benefits I have learnt from there? Loading objects and controlling them are becoming more structural, if it’s a correct word to use, which means sending and receiving data will be more “organized”. Even controlling of video object (flv) is easy, and I can easily retrieve the playheadTime on the fly. But of course one of the biggest myth debunked that, learning AS2 in advance does help you to-know which object to use for an interaction, although the calling method might be entirely different now.
offtopic – have I mentioned I totally enjoyed http://www.thesixtyone.com ?
