Archive for April, 2007
Hot Book: Advanced ActionScript 3 with Design Patterns
Posted on22. Apr, 2007 by lukesh.
For what it’s worth, I feel compelled to recommend this book, not only to Flash or Flex developers, but also to any C# or Java folks out there that would like a nice, concise reference on the more practical design patterns. It’s well written, practical, example-filled, did I say practical? It covers 12 patterns: MVC [...]
Continue Reading
Flash 8 BitmapExporter Class
Posted on04. Apr, 2007 by lukesh.
Although this is essentially deprecated already, as you can easily export PNGs and JPEGs in AS3, this class allows you to encode a BitmapData object in AS2 so it can easily be accepted by a POST page or Web Service and converted to a PNG or JPEG on the server side.The class allows you to [...]
