CSSLoader
The CSSLoader is an Actionscript3.0 class that allows you to load CSS-files during runtime, which was previously not supported in AS3. Go check it out:
rubenswieringa.com/blog/cssloader
Resource Bundle
From the site:
Following the discussion about ressource bundles on FlexCoders mailing list, I’ve created some ActionScript and Java utility classes to use java resource bundles (properties files) with Flex :
- ResourceBundle.as, resource bundle container class,
- ResourceBundleLocator.as, resource bundle registration/locator class,
- ResourceBundleDelegate.mxml, delegate class to call remote object ResourceBundleService and load java resource bundles,
- ResourceBundleService.java, service class to get java resource bundles and return them to the flash client.
http://smspoonam.blogspot.com/2006/05/actionscript-and-java-utility-classes_31.htmlÂ
SimpleGradientBorder
Allows you to use non-solid fills with Flex 2 containers.
http://www.richinternet.de/blog/index.cfm?mode=entry&entry=ADD4FDD1-9B48-BFBC-2A70F3C57EBC6892