<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Max Titov IV @ TechSplice &#187; adobe</title>
	<atom:link href="http://www.blog.techsplice.com/archives/tag/adobe/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blog.techsplice.com</link>
	<description>The most beautiful music of all is the music of what happens.</description>
	<lastBuildDate>Tue, 20 Dec 2011 18:56:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Adobe Flex: smooth out the images &#8211; scaleContent</title>
		<link>http://www.blog.techsplice.com/archives/409</link>
		<comments>http://www.blog.techsplice.com/archives/409#comments</comments>
		<pubDate>Mon, 17 Jan 2011 06:12:16 +0000</pubDate>
		<dc:creator>maxtmax</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=409</guid>
		<description><![CDATA[When you&#8217;re dealing with a situation that requires the use of the following image settings: width="100%" height="100%" scaleContent="true" maintainAspectRatio="true" You can find your self in a situation where the loaded content will result in a pixelated bitmap.  Simply add a complete event handler to your image component and update the contents of the event in [...]]]></description>
			<content:encoded><![CDATA[<p>When you&#8217;re dealing with a situation that requires the use of the following image settings:</p>
<pre style="padding-left: 30px;">width="100%"</pre>
<pre style="padding-left: 30px;">height="100%"</pre>
<pre style="padding-left: 30px;">scaleContent="true"</pre>
<pre style="padding-left: 30px;">maintainAspectRatio="true"</pre>
<p>You can find your self in a situation where the loaded content will result in a pixelated bitmap.  Simply add a complete event handler to your image component and update the contents of the event in the following way:</p>
<pre style="padding-left: 30px;">var lv_btmp:Bitmap = ((event.target as Image).content as Bitmap);</pre>
<pre style="padding-left: 30px;">if ( lv_btmp != null )</pre>
<pre style="padding-left: 60px;">lv_btmp.smoothing = true;</pre>
<p>this will smooth out the image that you have loaded.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/409/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AMFPHP + Flex 3 = Error [unable to open &#039;services-config.xml&#039;]</title>
		<link>http://www.blog.techsplice.com/archives/169</link>
		<comments>http://www.blog.techsplice.com/archives/169#comments</comments>
		<pubDate>Thu, 12 Mar 2009 04:06:56 +0000</pubDate>
		<dc:creator>maxtmax</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[amf]]></category>
		<category><![CDATA[amfphp]]></category>
		<category><![CDATA[builder]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=169</guid>
		<description><![CDATA[While trying to configure the AMFPHP set up with the Flex 3 framework I ran in to a problem while setting up the services-config.xml. I&#8217;ve created the file in the root directory and specified in the Flex Compiler [Additional compiler arguments] the following string -locale en_US -services &#8220;services-config.xml&#8221;. As soon as I clicked OK an error [...]]]></description>
			<content:encoded><![CDATA[<p>While trying to configure the <a href="http://www.amfphp.org/">AMFPHP</a> set up with the <a href="http://www.adobe.com/products/flex/flexdownloads/index.html">Flex 3</a> framework I ran in to a problem while setting up the services-config.xml.</p>
<p>I&#8217;ve created the file in the root directory and specified in the Flex Compiler [Additional compiler arguments] the following string <em>-locale en_US -services &#8220;services-config.xml&#8221;</em>.</p>
<p>As soon as I clicked OK an error popped up with a message <em>unable to open &#8216;services-config.xml&#8217;.   </em>After trying varying things I was able to figure out that the problem was with the location of the file.  Simply placing the file at the root of the directory wasn&#8217;t the right location.  I needed to put the file in the same directory as the main MXML executable &#8211; after that the program worked as expected.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/169/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Gumbo effects comming soon</title>
		<link>http://www.blog.techsplice.com/archives/67</link>
		<comments>http://www.blog.techsplice.com/archives/67#comments</comments>
		<pubDate>Tue, 03 Mar 2009 05:34:07 +0000</pubDate>
		<dc:creator>maxtmax</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[contribution]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gumbo]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[sequence]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=67</guid>
		<description><![CDATA[Gumbo: the next release of Adobe Flex SDK interface will has some interesting and useful features.  The idea of developing custom controls [like buttons or menues] which slide in and out based on mouse interaction can be problematic to build.  The logic of incomplete slide ins and slide outs along with the gittery screen can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flexorg.wip3.adobe.com/gumbo/gumboplan.htm">Gumbo</a>: the next release of Adobe Flex SDK interface will has some interesting and useful features.  The idea of developing custom controls [like buttons or menues] which slide in and out based on mouse interaction can be problematic to build.  The logic of incomplete slide ins and slide outs along with the gittery screen can cause the application to look unpolished.</p>
<p>All of this is about to change as you can see in this <a href="http://tv.adobe.com/#vi+f1472v1056">video</a> describing the new sequence functionality that will be available in the next release.  Have a look at the more complex sequences.</p>
<p>PS: seems that the new release will be hitting the shelf sometime in the second half of 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/67/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flex online tutorials</title>
		<link>http://www.blog.techsplice.com/archives/62</link>
		<comments>http://www.blog.techsplice.com/archives/62#comments</comments>
		<pubDate>Tue, 03 Mar 2009 05:12:04 +0000</pubDate>
		<dc:creator>maxtmax</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[builder]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[lesson]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=62</guid>
		<description><![CDATA[A great collection of tutorials for anyone who is interested in learning how to work with Adobe Flex. The lessons cover everything from the basics of Flex Builder to more complicated topics like building run time shared libraries. Have a look and learn something new.]]></description>
			<content:encoded><![CDATA[<p>A great <a href="http://www.adobe.com/devnet/flex/videotraining/">collection </a>of tutorials for anyone who is interested in learning how to work with Adobe Flex.  The lessons cover everything from the basics of Flex Builder to more complicated topics like building run time shared libraries.  Have a look and learn something new.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/62/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New project: two-become-one.org</title>
		<link>http://www.blog.techsplice.com/archives/28</link>
		<comments>http://www.blog.techsplice.com/archives/28#comments</comments>
		<pubDate>Sat, 12 Apr 2008 06:13:10 +0000</pubDate>
		<dc:creator>maxtmax</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=28</guid>
		<description><![CDATA[Another client, another design, another adventure. www.two-become-one.org: Soon to be fully up and running a new wedding planner website is in the process of being created.]]></description>
			<content:encoded><![CDATA[<p>Another client, another design, another adventure.</p>
<p align="center"><img src="http://www.blog.techsplice.com/wp-content/uploads/2008/04/two-become-oneorg.thumbnail.jpg" alt="Two-Become-One.org screen shot." border="0" height="128" width="160" /></p>
<p><a href="http://two-become-one.org" target="_blank"><strong>www.two-become-one.org</strong></a>: Soon to be fully up and running a new wedding planner website is in the process of being created.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/28/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.378 seconds -->

