CompactMVC is a free and easy to use compact (Multicore) Flash/Flex/Air Framework for building Applications based on MVC Design Pattern. Supports to communicate among all core actors of a module based application.

Archiv für März 2011

Flex: Latin UnicodeRange

Montag, 28. März 2011

Example:


@font-face{
	fontFamily: "arial@mx";
	fontWeight: normal;
	fontStyle: normal;
	src: url("./assets/fonts/arial.ttf");
	advancedAntiAliasing: true;
	embedAsCFF: false; /* flex ->flash builder migration hint */
	unicodeRange:U+0020-U+00FC,U+00A0-U+00FF,U+2000-U+206F,U+20A0-U+20CF,U+2100-U+2183,U+20AC-U+20AC;
	/* latin1 incl. Euro Symbol */
}

Flex: Building Custom UIComponents

Samstag, 19. März 2011

Try this helpful and undestanding Post:

http://blogagic.com/18/flex-component-life-cycle