feathersui / feathersui-starling-sdk

SDK for building Feathers UI (AS3/Starling) applications with MXML
https://feathersui.com/learn/as3-starling/sdk/
Apache License 2.0
42 stars 13 forks source link

resourceManager and external compiled css #26

Closed etulfnap closed 8 years ago

etulfnap commented 8 years ago

Hi,

Is feather components supports resourceManager and compiled css ?

compiled css via mxmlc. (eg. mxmlc src\theme_dark.css -o bin\assets\theme_dark.swf). My application needs multi-language support. In apache, I could change language locale by "flex, resourceManager.localeChain=["en_US"]". But I can't find resource manager in feather components...

Any recommended solution?

joshtynjala commented 8 years ago

Feathers does not support CSS. It is not planned either.

There is no Feathers resource manager at this time. I would like to add one, though. However, is actually possible to use the Flex ResourceManager with the Feathers SDK. If you add a SWC with this class, you should be able to create and use resource bundles. I did it in one project.