Archive for the ‘Tutorial’ Category

Using XML Schemas in Eclipse / FlexBuilder

Monday, April 20th, 2009

UPDATE: After reading the entry by Misprintt on the SchemaManager and XMLDecoder more thoroughly, I felt the need to tell you all to go check it out! This is a very powerful undocumented feature of Flex (why undocumented?) that could potentially save loads of time on a larger project. Along with the rest of this article, you could automate the parsing of your XML files into bindable model classes with ease.

XML-Schema (.XSD extension) are documents used to describe the format of XML files. They are similar to DTD (Document type declaration) files but much more powerful.

xsd editor

While working on some XML documents for a Flash site, I stumbled across the XML-Schema editor for Eclipse. The editor shows the XSD as a graphical representation of the model that you’re editing that looks similar to a UML class diagram.

Here’s a great article on how it works.

(more…)

Downsampling Flash – Converting AS3 to AS2

Thursday, January 8th, 2009

Tip: Adding version checking to your external code library

Friday, October 24th, 2008

Protip – Making an email forward look like it was sent for the first time

Friday, September 19th, 2008

Tweening timeline animations with KitchenSync

Tuesday, July 8th, 2008

Technique: Semaphores

Thursday, June 19th, 2008

Introduction to Flex Resource Bundles

Friday, May 9th, 2008

KitchenSync News: Patch released v1.0.1, source files for Flash CS3, more docs

Friday, February 8th, 2008

The State pattern in Flex – combining view states with logical states

Wednesday, January 23rd, 2008

No children on the stage – a confusing Flash CS3 display list issue

Tuesday, January 15th, 2008