<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="0.92">
<channel>
	<title>Flash Craft</title>
	<link>http://flashcrafter.com</link>
	<description>Flash Craft. Blog about flash, flex and webdev.</description>
	<lastBuildDate>Wed, 27 Feb 2008 09:11:51 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Dependency injection in flex</title>
		<description>Finally I played with inversion of control in flex. It was only one thing that I missed in big actionscript application. Here is sample dependencytest.zip
Start conditions
To implement dependency injection need   a way to access to each class in application in order to define if it marked with metadata ...</description>
		<link>http://flashcrafter.com/article/dependency-injection-in-flex/</link>
			</item>
	<item>
		<title>Get list of classes in flex application</title>
		<description>This isn’t common goal for developers. And furthermore problem solving isn’t easy. Actionscript code doesn’t give access to available classes at runtime. So only trick I can image is parsing swf file by itself and get class names. Crazy implementation? Yes, it is. :-) But no coding here because flash ...</description>
		<link>http://flashcrafter.com/article/get-list-of-classes-in-flex-application/</link>
			</item>
	<item>
		<title>DateChooser cook page: emphasizing some dates</title>
		<description>DateChooser component in flex is nice but changing its behavior isn’t easy. To make easy step such as coloring (highlighting) background in pointed dates you need make real hack. Extending DateChooser stopped on component encapsulation. It prevent access because a lot of fields marked as private.



There are many people asked ...</description>
		<link>http://flashcrafter.com/flex/datechooser-cook-page-emphasizing-some-dates/</link>
			</item>
	<item>
		<title>Give user a choice to select font</title>
		<description>Subject with loading font isn't new but some its part weren’t still described. Or I missed them and had to walk through debugging nightmare.

So target application is text/image editors on flash that gives user option to be unique and change font style of his label. And the problem is the ...</description>
		<link>http://flashcrafter.com/flash/give-user-a-choice-to-select-font/</link>
			</item>
	<item>
		<title>Singleton template in flex builder</title>
		<description>Наткнулся на пост в рунете о плагине Eclipse Monkey. Если коротко, то это плагин который позволяет описывать на javascript темплейты генерации кода для Eclipse. Судя по примерам через javascript можно даже оперировать с java классами в еклипсе. Затронуло. Для actionscript разработчиков, чьи будни проистекают в Flex Builder, monkey может стать ...</description>
		<link>http://flashcrafter.com/eclipse-plugin/singleton-template-in-flex-builder/</link>
			</item>
	<item>
		<title>BitmapUtil for changing image contrast, brightness in actionscript.</title>
		<description>[lang_ru]
Речь пойдёт о маленькой библиотечке для работы с BitmapData. С помощью этого кода можно быстро написать редактор изображений. Думаю вариантов применения множество. Можно прикрутить редактор к фото-галерее на флеше. Разуметься если в проекте контент включает картинки. Демка и все исходники прилагаются.

Описание и возможности
С помощью BitmapUtil вы сможете:

	изменять контрастность;
	изменять яркость;
	изменять насыщенность;
	делать ...</description>
		<link>http://flashcrafter.com/flash/actionscript-bitmap-util-for-image-editor-contrast-brightness-negative/</link>
			</item>
	<item>
		<title>Welcome</title>
		<description>[lang_en]

Salute!!!
Finally it happened. I have my own site. It was a very, very long way. And now I will migrate in virtual world.
I love flash technology and things that done in flash. With flash you can do both programming and design pearls. Every week I see flash projects that raise ...</description>
		<link>http://flashcrafter.com/news/welcome/</link>
			</item>
</channel>
</rss>
