FITC Unconference @ MAX 2009

2009-10-05 00:00:00 2009-10-08 00:00:00 America/Toronto FITC Unconference @ MAX 2009 Please join FITC on October 4-7 in Los Angeles for Adobe MAX 2009 which will bring together thousands of forward-thinking designers, developers, and business decision makers that are shaping the future of our industry. As part of the agenda at this year’s MAX, Adobe has… Los Angeles FITC Los Angeles

Presentation


Overview

F*CSS is a new AS3 library that allows you to add support for CSS in your projects. F*CSS’s goes well beyond the native StyleSheet class by supporting style inheritance, pseudo selectors, and merging styles on the fly. The goal of the this library is to make CSS styles something you can apply to any of your classes instead of just TextFields. CSS is a great way to define your class’s properties in an external file and F*CSS helps convert these styles into property/value pairs you can apply to any Object. In this 30 min demo we will cover how to load in CSS, parse it, style a TextField, and apply Styles to your own classes.