<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Flex tutorial: Setting tile image as background</title>
	<atom:link href="http://alekkus.com/blog/2009/02/flex-tutorial-setting-tile-image-as-background/feed/" rel="self" type="application/rss+xml" />
	<link>http://alekkus.com/blog/2009/02/flex-tutorial-setting-tile-image-as-background/</link>
	<description>flex consultant + social media specialist</description>
	<lastBuildDate>Thu, 08 Jul 2010 11:44:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rounded Corner Component with Tiled Bitmap Background &#124; Flash Player roundup</title>
		<link>http://alekkus.com/blog/2009/02/flex-tutorial-setting-tile-image-as-background/comment-page-1/#comment-220</link>
		<dc:creator>Rounded Corner Component with Tiled Bitmap Background &#124; Flash Player roundup</dc:creator>
		<pubDate>Sat, 24 Oct 2009 17:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://alekkus.com/blog/?p=137#comment-220</guid>
		<description>[...] First snag: Flex doesn&#8217;t seem to offer a straightforward way of identifying a repeatable background for the Canvas class. Quick searching revealed that one can do this with Degrafa, but I didn&#8217;t want to go that route. (Not that Degrafa isn&#8217;t tremendous, it just seems like a lot of overhead just to tile a background image.) There is another solution for setting a tiled image as a background. [...]</description>
		<content:encoded><![CDATA[<p>[...] First snag: Flex doesn&#8217;t seem to offer a straightforward way of identifying a repeatable background for the Canvas class. Quick searching revealed that one can do this with Degrafa, but I didn&#8217;t want to go that route. (Not that Degrafa isn&#8217;t tremendous, it just seems like a lot of overhead just to tile a background image.) There is another solution for setting a tiled image as a background. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deke</title>
		<link>http://alekkus.com/blog/2009/02/flex-tutorial-setting-tile-image-as-background/comment-page-1/#comment-217</link>
		<dc:creator>deke</dc:creator>
		<pubDate>Tue, 01 Sep 2009 14:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://alekkus.com/blog/?p=137#comment-217</guid>
		<description>Thanks Alex. This is exactly what I needed.

Keep up the great work.</description>
		<content:encoded><![CDATA[<p>Thanks Alex. This is exactly what I needed.</p>
<p>Keep up the great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alekkus</title>
		<link>http://alekkus.com/blog/2009/02/flex-tutorial-setting-tile-image-as-background/comment-page-1/#comment-216</link>
		<dc:creator>Alekkus</dc:creator>
		<pubDate>Tue, 01 Sep 2009 04:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://alekkus.com/blog/?p=137#comment-216</guid>
		<description>Hey Deke,

To set the transparency, go to line 24 in TileImageCanvas.mxml, you should see this:

var bitmapData : BitmapData = new BitmapData( bitmap.width, bitmap.height );

Change it to:

var bitmapData : BitmapData = new BitmapData( bitmap.width, bitmap.height, true, 0x00000000 );   

That should work : )</description>
		<content:encoded><![CDATA[<p>Hey Deke,</p>
<p>To set the transparency, go to line 24 in TileImageCanvas.mxml, you should see this:</p>
<p>var bitmapData : BitmapData = new BitmapData( bitmap.width, bitmap.height );</p>
<p>Change it to:</p>
<p>var bitmapData : BitmapData = new BitmapData( bitmap.width, bitmap.height, true, 0&#215;00000000 );   </p>
<p>That should work : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deke</title>
		<link>http://alekkus.com/blog/2009/02/flex-tutorial-setting-tile-image-as-background/comment-page-1/#comment-215</link>
		<dc:creator>deke</dc:creator>
		<pubDate>Mon, 31 Aug 2009 18:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://alekkus.com/blog/?p=137#comment-215</guid>
		<description>I love this, but curiously- it doesn&#039;t appear to support alpha transparency of my tile images. I&#039;m using transparent png-24 files for an image tile, and the transparent portions of the image appear white.

Any suggestions that might point me to a solution for supporting transparency in my tiles?

Thanks.</description>
		<content:encoded><![CDATA[<p>I love this, but curiously- it doesn&#8217;t appear to support alpha transparency of my tile images. I&#8217;m using transparent png-24 files for an image tile, and the transparent portions of the image appear white.</p>
<p>Any suggestions that might point me to a solution for supporting transparency in my tiles?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi</title>
		<link>http://alekkus.com/blog/2009/02/flex-tutorial-setting-tile-image-as-background/comment-page-1/#comment-214</link>
		<dc:creator>Luigi</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://alekkus.com/blog/?p=137#comment-214</guid>
		<description>Ace post: i&#039;m implementing it now and it works fine :D</description>
		<content:encoded><![CDATA[<p>Ace post: i&#8217;m implementing it now and it works fine <img src='http://alekkus.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://alekkus.com/blog/2009/02/flex-tutorial-setting-tile-image-as-background/comment-page-1/#comment-202</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 15 Jul 2009 11:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://alekkus.com/blog/?p=137#comment-202</guid>
		<description>This is perfect. All other solutions that I&#039;ve seen require embedding the image at runtime. 

I tested it out and it works like a charm.

MUCH appreciated!!</description>
		<content:encoded><![CDATA[<p>This is perfect. All other solutions that I&#8217;ve seen require embedding the image at runtime. </p>
<p>I tested it out and it works like a charm.</p>
<p>MUCH appreciated!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
