<?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>d-Visions (-o&#124;o-) &#187; cacheAsBitmap</title>
	<atom:link href="http://blog.d-visions.com/tag/cacheasbitmap/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.d-visions.com</link>
	<description>as seen on d-visions.com</description>
	<lastBuildDate>Thu, 13 Oct 2011 01:07:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>cacheAssBitmap</title>
		<link>http://blog.d-visions.com/2009/11/16/cacheassbitmap/</link>
		<comments>http://blog.d-visions.com/2009/11/16/cacheassbitmap/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 19:01:46 +0000</pubDate>
		<dc:creator>sh0ckwav</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cacheAsBitmap]]></category>

		<guid isPermaLink="false">http://blog.d-visions.com/?p=18</guid>
		<description><![CDATA[Dear Adobe, WTF does this DisplayObject property actually do? And why does it only seem to work when done with code and not the check mark in the IDE? Here&#8217;s what I think it should be doing it should be taking a snapshot of that DisplayObject and all its nested children and displaying it as [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Adobe,</p>
<p>WTF does this DisplayObject property actually do? And why does it only seem to work when done with code and not the check mark in the IDE? Here&#8217;s what I think it should be doing it should be taking a snapshot of that DisplayObject and all its nested children and displaying it as a bitmap, much like Director&#8217;s image property. Now when should that snapshot change? I&#8217;d assume it&#8217;d change only when anything in it actually changed. However I don&#8217;t find this to be the case. A perfect example is a TextField nested in a MovieClip. I set cacheAsBitmap to true, both in the IDE &amp; code to both the TextField &amp; MovieClip, animate it and get all those known issues of animating TextFields on subpixels. This shouldn&#8217;t be the case if it were a bitmap and if you zoom in (rt-click) on the object you can see the text is still vector and not raster. So as per usual the workaround here is to create a bitmapData and take your own snapshot of the DisplayObject, but isn&#8217;t this exactly what cacheAsBitmap is supposed to do? The only success I ever had with this property is for creating alpha masks, but again this MUST be done in code cause it doesn&#8217;t work if you do it in the IDE. Flash is akin to What You See Might Not Be What You Get or better yet don&#8217;t believe your eyes, or mind, when it comes to Flash.</p>
<p>Flashing you,<br />
(-o|o-)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.d-visions.com/2009/11/16/cacheassbitmap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

