Archive
Posts Tagged “development”
- June 29, 2009
Loading and using CSS in AS3.
I should make it a habit to post things I know I’m going to forget. For instance, here’s some info on using CSS in Flash: Supported CSS properties color | color Only hexadecimal color values are supported. Named colors (such as blue) are not supported. Colors are written in the following format: #FF0000. display | [...]
Read on- January 15, 2009
Finally!
I sat down last night to start thinking about how I was going to build yet another customized video player (this time with bandwidth detection) for an upcoming project. By this time I’ve got a good base of code to go off of for these types of things as it seems that every other project [...]
Read on- November 17, 2008
Development alternatives.
I just finished reading the first in a series of blog posts by developer Jesse Warden on Agile development practices. It’s long, but I have found it really insightful to read about how others do things to deal with the same issues we all come across. http://jessewarden.com/2008/11/agile-chronicles-1-stressful.html As I understand it, Agile development is a [...]
Read on- October 6, 2008
Ok, I might donate now.
As some of my colleagues may know, I’m a diehard fan of Jack Doyle’s TweenLite/TweenFilterLite/TweenMax when it comes to making things animate in Actionscript. Today he introduced TweenGroup for managing multiple tweens! I’ve been coming up with my own ways for simplifying the construction of a sequence of tweens, but this utility is by far [...]
Read on
