Skip to content

embed

Favorite metatag

자주 사용하는 metatag 들인데 매번 잘 기억이 안나서 정리 해 둡니다. swf 기본 설정 [SWF(width=”800″, height=”600″, frameRate=”30″, backgroundColor=”#F2F2F2″)] 이미지 임베드 [Embed(source=”./src/nono.jpg”)] public var imgClass:Class; 폰트 임베트 [Embed(source=’./src/MyFont.ttf’, fontName = “MyFont”, embedAsCFF=”false”, mimeType = “application/x-font-truetype”)] private… Read More »Favorite metatag

TextField 스타일시트 예제

TextField에 여러개의 Embed폰트를 보여주기 위한 예제이다. 이를 위해서는 TextField 의 styleSheet embedFonts htmlText 3가지 속성을 이용해야 한다. styleSheet 에 임베드된 폰트를 지정해 줌으로서 swf 상에 있는 폰트를 사용 할 수 있다. 추가적으로 html 태그의 경우… Read More »TextField 스타일시트 예제