Working with best practices in Flash

April 26th, 2005 by Luis

Recently I found a very nice Best Practices chapter called “Using Best Practices” inside the Using ActionScript book in Flash help .

Here’s a list of the chapter topics:

               <li>Working with FLA files </li>
               <li>General coding conventions </li>
               <li>ActionScript coding standards </li>
               <li>Using classes and ActionScript 2.0 </li>
               <li>Behaviors conventions </li>
               <li>Screens conventions</li>
               <li>Video conventions</li>
               <li>Performance and Flash Player </li>
               <li>Guidelines for Flash applications </li>
               <li>Projects and version control guidelines </li>
               <li>Guidelines for accessibility in Flash </li>
               <li>Advertising with Flash </li>

You can find it in your Flash help, or on LiveDocs.

There is some good info about method documentation and coding standards in Simon Wacker’s blog too.

Leave a Reply