StyleManager를 사용해 런타임시 스타일시트를 컨트롤 할 수 있다.
- .icons
- {
- Icon1: Embed('images/icon1.png');
- Icon2: Embed('images/icon2.png');
- Icon3: Embed('images/icon3.png');
- }
소스에서 css에 접근
- <Button
- icon="{StyleManager.getStyleDeclaratio('.icons').getStyle('icon1')}"
- />
이를 위해선 css가 swf로 컴파일 되어 있어야 한다.
이 글은 스프링노트에서 작성되었습니다.