Freelance Projects
ActionScript 3 CSS Parser
- Goal: Parse a css file into ActionScript 3 style objects
- Summary: We need the ability to parse a css file into usable ActionScript style objects (itself a class that will need to be created). It needs to have an event-based interface to notify the world of styles being parsed, as well as events for styles that are changed during run-time.
- Requirements
- Language: ActionScript 3
- Object Oriented design
- Broadcast events for creation, change
- Notes
- Must be willing to sign an NDA
ActionScript 3 CSS Stylizable object
- Goal: Create a base object that is styled via CSS 2.0
- Summary: Extend the AS3 Sprite such that all commands to draw in its graphics layer reference its style object for any attributes that can be defined by CSS.
- This assumes that the ActionScript 3 CSS Parser project is implemented, or at least in concurrent development.
- Requirements:
- Object Oriented design
- Need to be aware of any style changes during runtime, and update accordingly.
- Notes
- Must be willing to sign an NDA