Adobe [MXML] mx:style 참조: http://www.adobe.com/devnet/flex/tourdeflex/web/#docIndex=0;illustIndex=1;sampleId=9800 http://sses.tistory.com/83 정성들여만든(?) 야바위 게임의 글씨가 너무 작다;; 그래서 찾아봤더니 금방 나온다. <mx:Style> .myclass { color: Red; } Button { fontSize: 10pt; color: Yellow; } <
flex [MXML] layout 참조: http://www.adobe.com/devnet/flex/videotraining/xml/vid12.html absolute / vertical / horizontal 이 세개가 끝.. <?xml version=”1.0″?> <mx:Application xmlns:mx=”http://www.adobe.com/2006/mxml” layout=”absolute”