What are the basics (best practices, etc) of writing a good Flash application?

Posted by donut on Programmers See other posts from Programmers or by donut
Published on 2012-06-10T21:07:46Z Indexed on 2012/06/10 22:46 UTC
Read the original article Hit count: 313

Filed under:
|
|

I've been tasked with writing a Flash application for facilitating a Fantasy Football draft pick. Normally, my choice would be to write this application in JavaScript. Unfortunately, it will require the use of sockets and since we don't have enough experience with Web Socket JS to be sure it would work in this situation I need to learn Flash.

Currently, I'm most proficient in JavaScript/HTML/CSS/PHP/MySQL and have never really used Flash in a meaningful way. As best as I can I want to start this project off "the right way".

So, what are good to know best practices and/or references/resources that will teach my the right way of doing things in Flash?

© Programmers or respective owner

Related posts about learning

Related posts about flash