-
Recent Posts
Recent Comments
- Judah on Using StageWebView within a UIComponent in Mobile
- suresh paleti on Using StageWebView within a UIComponent in Mobile
- khanou on A file found in a source-path can not have more than one externally visible definition
- Judah on Flash Platform Error Repository
- Vijayarajan on Flash Platform Error Repository
Syntax Highlighter
This site supports SyntaxHighlighter. It can highlight your code.
How to highlight your code: Paste your code in the comment form, select it and then click a language link. This will wrap your code in a pre tag and format it when submitted.<s:Spacer height="10"/>
Tags
May 2013 M T W T F S S « Mar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Categories
Blogroll
Meta
Category Archives: CSS
Using CSS in Flex – Styles Guideline
First, the stylesheet examples. BTW This is a work in progress. fonts.css, /* CSS file for Embedded Fonts */ /**** MyFont ************************************/ @font-face { src: url("/assets/fonts/Font.otf"); fontFamily: MyFont; embedAsCFF: true; fontStyle: normal; } @font-face { src: url("/assets/fonts/Font.otf"); fontFamily: MyFont; embedAsCFF: … Continue reading
Posted in CSS, Flex
Leave a comment