<?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"
	>
<channel>
	<title>Comments on: tile or repeat an image into a flex application background</title>
	<atom:link href="http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/</link>
	<description></description>
	<pubDate>Wed, 07 Jan 2009 01:34:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Imtiyaz</title>
		<link>http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/#comment-549</link>
		<dc:creator>Imtiyaz</dc:creator>
		<pubDate>Wed, 24 Sep 2008 07:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://91.186.21.57/~blogcreacogcouk/?p=20#comment-549</guid>
		<description>Nice and Useful</description>
		<content:encoded><![CDATA[<p>Nice and Useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maikel Sibbald</title>
		<link>http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/#comment-14</link>
		<dc:creator>Maikel Sibbald</dc:creator>
		<pubDate>Thu, 07 Dec 2006 07:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://91.186.21.57/~blogcreacogcouk/?p=20#comment-14</guid>
		<description>Funny I had the same approach.

http://labs.flexcoders.nl/?p=16

See sample (view source under contextmenu)</description>
		<content:encoded><![CDATA[<p>Funny I had the same approach.</p>
<p><a href="http://labs.flexcoders.nl/?p=16" rel="nofollow">http://labs.flexcoders.nl/?p=16</a></p>
<p>See sample (view source under contextmenu)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: creacog</title>
		<link>http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/#comment-15</link>
		<dc:creator>creacog</dc:creator>
		<pubDate>Fri, 24 Nov 2006 16:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://91.186.21.57/~blogcreacogcouk/?p=20#comment-15</guid>
		<description>Well it is really a hard-coded sticking plaster approach, and so is this answer to your question...
The line which governs the region into which the bitmap is pasted and repeated is this one:
g.drawRect(0,0,w,h);
which currenty represents the whole of the canvas. To effectively repeat-y you could modify the line to:
g.drawRect(0,0,backgroundImage.width,h);
To repeat-x:
g.drawRect(0,0,w,backgroundImage.height);</description>
		<content:encoded><![CDATA[<p>Well it is really a hard-coded sticking plaster approach, and so is this answer to your question&#8230;<br />
The line which governs the region into which the bitmap is pasted and repeated is this one:<br />
g.drawRect(0,0,w,h);<br />
which currenty represents the whole of the canvas. To effectively repeat-y you could modify the line to:<br />
g.drawRect(0,0,backgroundImage.width,h);<br />
To repeat-x:<br />
g.drawRect(0,0,w,backgroundImage.height);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: micmac</title>
		<link>http://blog.creacog.co.uk/2006/11/21/tile-or-repeat-an-image-into-a-flex-application-background/#comment-16</link>
		<dc:creator>micmac</dc:creator>
		<pubDate>Fri, 24 Nov 2006 03:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://91.186.21.57/~blogcreacogcouk/?p=20#comment-16</guid>
		<description>Nice article.
I'm a recent advocate of Flex myself and was disappointed to discover no tiling feature.
I do have one question. How would i go about restricting the tiling to the x-axis? At the moment it is tiling both x and y axis.</description>
		<content:encoded><![CDATA[<p>Nice article.<br />
I&#8217;m a recent advocate of Flex myself and was disappointed to discover no tiling feature.<br />
I do have one question. How would i go about restricting the tiling to the x-axis? At the moment it is tiling both x and y axis.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
