<?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>Dreaming in Flash &#187; WorkAround</title>
	<atom:link href="http://www.dreaminginflash.com/category/workaround/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dreaminginflash.com</link>
	<description>There is no universally agreed-upon biological definition of dreaming</description>
	<lastBuildDate>Wed, 12 Oct 2011 17:29:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The MXMLLoader Class &gt; Dynamic load MXML In Flex Builder 3</title>
		<link>http://www.dreaminginflash.com/2008/04/24/the-mxmlloader-class-dynamic-load-mxml/</link>
		<comments>http://www.dreaminginflash.com/2008/04/24/the-mxmlloader-class-dynamic-load-mxml/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 17:33:03 +0000</pubDate>
		<dc:creator>Ivan Valadares</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[WorkAround]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/04/24/the-mxmlloader-class-dynamic-load-mxml/</guid>
		<description><![CDATA[First of all I donâ€™t really use flex to do flex stuff and Iâ€™m not a big fan of flex. But in my latest project I had to build with flex an interface witch would be always diferent (a dynamic interface). In the beginning we thought in parsing some type of XML, but if we [...]]]></description>
			<content:encoded><![CDATA[<p>First of all I donâ€™t really use flex to do flex stuff and Iâ€™m not a big fan of flex. But in my latest project I had to build with flex an interface witch would be always diferent (a dynamic interface). In the beginning we thought in parsing some type of XML, but if we are in flex why not parse MXML? I took a look over the internet and I only found <a href="http://manishjethani.com/blog/2008/04/02/the-mxmlloader-component/">MXMLLoader component v0.01</a>, witch didnâ€™t compile on flex builder 3 and was really in the beginning. So there it is, as XMMLLoader class for flex builder 3. You just have to instantiate the class with the mxml :</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="100" id="ftf_wp" align="middle">
		  <param name="movie" value="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" />
		  <param name="quality" value="high" />
		  <param name="scale" value="noscale" />
		  <param name="bgcolor" value="#ffffff" />
		  <param name="flashvars" value="w=400&h=100&file=index.php&ftf=true&postID=130&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		  <embed src="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" quality="high" scale="noscale" bgcolor="#ffffff" width="400" height="100" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="w=400&h=100&file=index.php&ftf=true&postID=130&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>
<p>You can access objects by name:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="100" id="ftf_wp" align="middle">
		  <param name="movie" value="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" />
		  <param name="quality" value="high" />
		  <param name="scale" value="noscale" />
		  <param name="bgcolor" value="#ffffff" />
		  <param name="flashvars" value="w=400&h=100&file=index.php&ftf=true&postID=130&no=1&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		  <embed src="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" quality="high" scale="noscale" bgcolor="#ffffff" width="400" height="100" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="w=400&h=100&file=index.php&ftf=true&postID=130&no=1&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>
<p>Or by id: </p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="100" id="ftf_wp" align="middle">
		  <param name="movie" value="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" />
		  <param name="quality" value="high" />
		  <param name="scale" value="noscale" />
		  <param name="bgcolor" value="#ffffff" />
		  <param name="flashvars" value="w=400&h=100&file=index.php&ftf=true&postID=130&no=2&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		  <embed src="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" quality="high" scale="noscale" bgcolor="#ffffff" width="400" height="100" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="w=400&h=100&file=index.php&ftf=true&postID=130&no=2&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>
<p>And have access to component events like:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="150" id="ftf_wp" align="middle">
		  <param name="movie" value="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" />
		  <param name="quality" value="high" />
		  <param name="scale" value="noscale" />
		  <param name="bgcolor" value="#ffffff" />
		  <param name="flashvars" value="w=400&h=150&file=index.php&ftf=true&postID=130&no=3&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		  <embed src="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" quality="high" scale="noscale" bgcolor="#ffffff" width="400" height="150" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="w=400&h=150&file=index.php&ftf=true&postID=130&no=3&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>
<p>The class with an example:</p>
<p><a href='http://www.dreaminginflash.com/wp-content/uploads/2008/04/mxml-loader.zip' title='mxml-loader.zip'>mxml-loader.zip</a></p>
<p><a href='http://www.dreaminginflash.com/wp-content/uploads/2008/04/main.swf' title='Example swf'>Example swf</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2008/04/24/the-mxmlloader-class-dynamic-load-mxml/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Global Mouse_Down Event</title>
		<link>http://www.dreaminginflash.com/2008/03/29/global-mouse_down-event/</link>
		<comments>http://www.dreaminginflash.com/2008/03/29/global-mouse_down-event/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 00:09:58 +0000</pubDate>
		<dc:creator>Ivan Valadares</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[WorkAround]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/03/29/global-mouse_down-event/</guid>
		<description><![CDATA[A time ago I had I little problem, I was doing an application and it had some severed changes, at some point I hasnâ€™t capable of detect some mouse down events because I had a lot of sprites inside of sprites inside of movieClips with lots of event listeners and so on. So I and [...]]]></description>
			<content:encoded><![CDATA[<p>A time ago I had I little problem, I was doing an application and it had some severed changes, at some point I hasnâ€™t capable of detect some mouse down events because I had a lot of sprites inside of sprites inside of movieClips with lots of event listeners and so on. So I and Hugo found this solution. Basically you put a generic mouse down event on stage and pass an array of objects with the name of the display object you want to catch the event and the name of the function you want to call. One good thing is that you can catch more than one event at the same time even if the displayObjects are in front of another displayObjects.</p>
<p><strong>Note: </strong>this is really bad programming, if you can donâ€™t use it, use only in severe cases.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="300" id="ftf_wp" align="middle">
		  <param name="movie" value="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" />
		  <param name="quality" value="high" />
		  <param name="scale" value="noscale" />
		  <param name="bgcolor" value="#ffffff" />
		  <param name="flashvars" value="w=400&h=300&file=index.php&ftf=true&postID=118&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		  <embed src="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" quality="high" scale="noscale" bgcolor="#ffffff" width="400" height="300" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="w=400&h=300&file=index.php&ftf=true&postID=118&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>
<p><a href='http://www.dreaminginflash.com/wp-content/uploads/2008/03/globalmousedown.swf' title='globalmousedown.swf'>globalmousedown.swf</a></p>
<p><a href="http://www.dreaminginflash.com/wp-content/uploads/2008/03/globalmousedown.zip" title="globalmousedown.zip">globalmousedown.zip</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2008/03/29/global-mouse_down-event/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Papervision3d GW Memory Leak</title>
		<link>http://www.dreaminginflash.com/2008/02/19/papervision3d-gw-memory-leak/</link>
		<comments>http://www.dreaminginflash.com/2008/02/19/papervision3d-gw-memory-leak/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 10:36:46 +0000</pubDate>
		<dc:creator>Idoru</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Papervision3d]]></category>
		<category><![CDATA[WorkAround]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/02/19/papervision3d-gw-memory-leak/</guid>
		<description><![CDATA[YesterdayÂ I came across a nasty leak with GW, it just wouldn't kill my moviematerials after  I removed all the references to them,  I tried it all, removeChild, removeListener, weak keys... you name it.
SoÂ IÂ finally decided to go have a look at Papervision's destroy methods, and surprise surprise they weren't being called, no harm there, [...]]]></description>
			<content:encoded><![CDATA[<p>YesterdayÂ I came across a nasty leak with GW, it just wouldn't kill my moviematerials after  I removed all the references to them,  I tried it all, removeChild, removeListener, weak keys... you name it.</p>
<p>SoÂ IÂ finally decided to go have a look at Papervision's destroy methods, and surprise surprise they weren't being called, no harm there, it's alpha these things are meant to happen <img src='http://www.dreaminginflash.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>SoÂ here'sÂ whatÂ youÂ haveÂ toÂ doÂ toÂ forceÂ thoseÂ destroyÂ methodsÂ toÂ execute, andÂ cleanÂ yourÂ memory.</p>
<p>InÂ <em>org.papervision3d.core.proto.MaterialObject3D Â </em>set the destroy method from protected to public, do the same to all the materials that you use, like <em>org.papervision3d.materials.MovieMaterial </em>. When you're done with these just the destroy method in your class. For me it looks something like this:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="300" id="ftf_wp" align="middle">
		  <param name="movie" value="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" />
		  <param name="quality" value="high" />
		  <param name="scale" value="noscale" />
		  <param name="bgcolor" value="#ffffff" />
		  <param name="flashvars" value="w=400&h=300&file=index.php&ftf=true&postID=98&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		  <embed src="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" quality="high" scale="noscale" bgcolor="#ffffff" width="400" height="300" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="w=400&h=300&file=index.php&ftf=true&postID=98&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>
<p>Hope this helps.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2008/02/19/papervision3d-gw-memory-leak/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Customized actions for FLVPlayback Component</title>
		<link>http://www.dreaminginflash.com/2008/01/22/customized-actions-for-flvplayback-component/</link>
		<comments>http://www.dreaminginflash.com/2008/01/22/customized-actions-for-flvplayback-component/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 10:57:30 +0000</pubDate>
		<dc:creator>ruffy</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[WorkAround]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/01/22/customized-actions-for-flvplayback-component/</guid>
		<description><![CDATA[If you need a standard flash videoplayer, then the FLVPlayback component is the right thing for you.
Just create a new FLA and drag&#38;drop a FVLPlayback component from the components library into a movieclip in your library, export it for actionscript and compile the SWC.
All the functionallity stuff is already handled by adobe. But that's where [...]]]></description>
			<content:encoded><![CDATA[<p>If you need a standard flash videoplayer, then the FLVPlayback component is the right thing for you.</p>
<p class="MsoNormal"><span lang="FR-CH">Just create a new FLA and drag&amp;drop a FVLPlayback component from the components library into a movieclip in your<o:p></o:p> library, export it for actionscript and compile the SWC.<o:p></o:p></span></p>
<p class="MsoNormal">All the functionallity stuff is already handled by adobe. <span lang="FR-CH">But that's where I got stuck for quite some<o:p></o:p></span><br />
time. I needed a player, that used the forwardButton and backButton for switching the videos (and not seeking forward and back).</p>
<p class="MsoNormal"><span lang="FR-CH">The answer was really simple: Just override the functions once the component loaded its skin:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="FR-CH"><o:p><br />
</o:p></span><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="250" id="ftf_wp" align="middle">
		  <param name="movie" value="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" />
		  <param name="quality" value="high" />
		  <param name="scale" value="noscale" />
		  <param name="bgcolor" value="#ffffff" />
		  <param name="flashvars" value="w=400&h=250&file=index.php&ftf=true&postID=73&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		  <embed src="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" quality="high" scale="noscale" bgcolor="#ffffff" width="400" height="250" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="w=400&h=250&file=index.php&ftf=true&postID=73&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2008/01/22/customized-actions-for-flvplayback-component/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Taking a snapshot of an flv</title>
		<link>http://www.dreaminginflash.com/2007/12/03/taking-a-snapshot-of-an-flv/</link>
		<comments>http://www.dreaminginflash.com/2007/12/03/taking-a-snapshot-of-an-flv/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 17:48:39 +0000</pubDate>
		<dc:creator>Idoru</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Bitmap]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[WorkAround]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2007/12/03/taking-a-snapshot-of-an-flv/</guid>
		<description><![CDATA[Following my last post on 9-Slice items, here comes another nice one on Bitmap.draw() and the security sandbox.
Many people know the solution to this one, but i just found myself looking for it for too long, so here it goes  
If you want to take a snapshot of a running Video object, you can't, [...]]]></description>
			<content:encoded><![CDATA[<p>Following my last post on 9-Slice items, here comes another nice one on Bitmap.draw() and the security sandbox.<br />
Many people know the solution to this one, but i just found myself looking for it for too long, so here it goes <img src='http://www.dreaminginflash.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you want to take a snapshot of a running Video object, you can't, you'll be alerted by the flash player that you are violating<br />
the sandbox security. So how do we do it?<br />
Easy as pie <img src='http://www.dreaminginflash.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<code><br />
video.attachNetStream( null );<br />
bitmapData.draw( video );<br />
video.attachNetStream ( myNetStreamObject );<br />
</code></p>
<p>Three very simple lines of code but that are hard to come by.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2007/12/03/taking-a-snapshot-of-an-flv/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>9-Slice and Bitmap</title>
		<link>http://www.dreaminginflash.com/2007/12/03/9-slice-and-bitmap/</link>
		<comments>http://www.dreaminginflash.com/2007/12/03/9-slice-and-bitmap/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 17:41:54 +0000</pubDate>
		<dc:creator>Idoru</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Bitmap]]></category>
		<category><![CDATA[Papervision3d]]></category>
		<category><![CDATA[WorkAround]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2007/12/03/9-slice-and-bitmap/</guid>
		<description><![CDATA[Have you ever tried to take a snapshot using bitmap.draw() of a movieclip that has 9-slice enabled?

//my9SliceEnabledMc is a 40 by 40 9-slice enabled movieclip on stage
my9SliceEnabledMc.width = 200;
my9SliceEnabledMc.height = 300;
var myBitmapData = new BitmapData(200,300);
myBitmapData.draw(my9SliceEnabledMc);
addChild(new Bitmap(myBitmapData));

So what you'd expect to happen above is to have a new bitmap that looks the same as my9SliceEnabledMc,
but what [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever tried to take a snapshot using bitmap.draw() of a movieclip that has 9-slice enabled?<br />
<code><br />
//my9SliceEnabledMc is a 40 by 40 9-slice enabled movieclip on stage<br />
my9SliceEnabledMc.width = 200;<br />
my9SliceEnabledMc.height = 300;<br />
var myBitmapData = new BitmapData(200,300);<br />
myBitmapData.draw(my9SliceEnabledMc);<br />
addChild(new Bitmap(myBitmapData));<br />
</code></p>
<p>So what you'd expect to happen above is to have a new bitmap that looks the same as my9SliceEnabledMc,<br />
but what you get instead is the original 40x40 movieclip.<br />
This doesn't make sense at all, i have no idea what Adobe was thinking when they let this one through.<br />
This was driving me crazy for a while now, and today i finally found the answer, as simple as it seems,<br />
putting the my9SliceEnabledMc inside another sprite corrects the issue!!<br />
<code><br />
//my9SliceEnabledMc is a 40 by 40 9-slice enabled movieclip on the library<br />
var myContainer = new Sprite();<br />
var my9SliceEnabledMc = new my9SliceEnabledMc();<br />
myContainer.addChild(my9SliceEnabledMc);<br />
my9SliceEnabledMc.width = 200;<br />
my9SliceEnabledMc.height = 300;<br />
var myBitmapData = new BitmapData(200,300);<br />
myBitmapData.draw(myContainer);<br />
addChild(new Bitmap(myBitmapData))<br />
</code></p>
<p>Also i should add that this is a major issue with PV3D since you cannot directly use a 9-slice item as a texture.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2007/12/03/9-slice-and-bitmap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

