<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: BlendMode.LAYER; A must when changing the alpha property of a DisplayObject containing other DisplayObjects</title>
	<link>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/</link>
	<description>Flash, ActionScript, SEO and everything in between</description>
	<pubDate>Mon, 01 Dec 2008 18:19:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: oliver</title>
		<link>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-2430</link>
		<dc:creator>oliver</dc:creator>
		<pubDate>Mon, 22 Sep 2008 05:24:42 +0000</pubDate>
		<guid>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-2430</guid>
		<description>I think this is more to do with cacheAsBitmap rather than "layer" blendMode, yes?
this is why zgub's having problems with white.</description>
		<content:encoded><![CDATA[<p>I think this is more to do with cacheAsBitmap rather than &#8220;layer&#8221; blendMode, yes?<br />
this is why zgub&#8217;s having problems with white.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo Barcelos</title>
		<link>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-2396</link>
		<dc:creator>Paulo Barcelos</dc:creator>
		<pubDate>Wed, 27 Aug 2008 20:52:29 +0000</pubDate>
		<guid>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-2396</guid>
		<description>Genius!

I've been living up with this problem for ages! Can't believe it was so simple....Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Genius!</p>
<p>I&#8217;ve been living up with this problem for ages! Can&#8217;t believe it was so simple&#8230;.Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zgub</title>
		<link>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-2288</link>
		<dc:creator>zgub</dc:creator>
		<pubDate>Wed, 04 Jun 2008 12:02:16 +0000</pubDate>
		<guid>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-2288</guid>
		<description>Do you have to assign this value only once (let's say at the time of creating the container's content) or everytime tween has to be shown? 

I have a similar (at least, that's what I suspect)  problem with clip containing Bitmap and white rectangle beneath it that acts as a border. Problem appears when the fadein/out is supposed to take place, showing transparent hole where the bitmap is supposed to be. Then, it suddenly appears when the alpha value reaches 100%.</description>
		<content:encoded><![CDATA[<p>Do you have to assign this value only once (let&#8217;s say at the time of creating the container&#8217;s content) or everytime tween has to be shown? </p>
<p>I have a similar (at least, that&#8217;s what I suspect)  problem with clip containing Bitmap and white rectangle beneath it that acts as a border. Problem appears when the fadein/out is supposed to take place, showing transparent hole where the bitmap is supposed to be. Then, it suddenly appears when the alpha value reaches 100%.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Again on BlendMode (this time in AS2) &#124; mc.blendMode = "layer" &#124; zedia flash blog</title>
		<link>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-2275</link>
		<dc:creator>Again on BlendMode (this time in AS2) &#124; mc.blendMode = "layer" &#124; zedia flash blog</dc:creator>
		<pubDate>Tue, 27 May 2008 23:21:14 +0000</pubDate>
		<guid>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-2275</guid>
		<description>[...] was really happy when I found out how to do proper fade outs of MovieClips containing other MovieClips, but I am even more happy now because I found how to do it in ActionScript 2. I don't know why but [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] was really happy when I found out how to do proper fade outs of MovieClips containing other MovieClips, but I am even more happy now because I found how to do it in ActionScript 2. I don&#8217;t know why but [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew.blog » Fade Flash DisplayObjects without the overlay!</title>
		<link>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-2240</link>
		<dc:creator>Andrew.blog » Fade Flash DisplayObjects without the overlay!</dc:creator>
		<pubDate>Tue, 13 May 2008 18:26:37 +0000</pubDate>
		<guid>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-2240</guid>
		<description>[...] All you need to do is set the container clip BlendMode to LAYER (BlendMore.LAYER). The Zedia Flash Blog has put up a straight forward example of the [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] All you need to do is set the container clip BlendMode to LAYER (BlendMore.LAYER). The Zedia Flash Blog has put up a straight forward example of the [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Og2t</title>
		<link>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-2234</link>
		<dc:creator>Og2t</dc:creator>
		<pubDate>Mon, 12 May 2008 11:21:30 +0000</pubDate>
		<guid>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-2234</guid>
		<description>Oh, thanks for sharing! I was always wondering how to achieve that mode... and it was just simply Layer blend mode. I should have been read the manual in the first place ;-)</description>
		<content:encoded><![CDATA[<p>Oh, thanks for sharing! I was always wondering how to achieve that mode&#8230; and it was just simply Layer blend mode. I should have been read the manual in the first place <img src='http://www.zedia.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Cao's Blog</title>
		<link>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-2022</link>
		<dc:creator>Kevin Cao's Blog</dc:creator>
		<pubDate>Tue, 06 May 2008 12:06:07 +0000</pubDate>
		<guid>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-2022</guid>
		<description>&lt;strong&gt;BlendMode.LAYER...&lt;/strong&gt;


当为包含子对象的DisplayObject或MovieClip设置alpha值的时候，默认是会把所有子对象都设置透明再叠加在一起，如中图的情况。如果把层混合模式设置为： BlendMode.LAYER ，Flash会认为该对象只有一....</description>
		<content:encoded><![CDATA[<p><strong>BlendMode.LAYER&#8230;</strong></p>
<p>当为包含子对象的DisplayObject或MovieClip设置alpha值的时候，默认是会把所有子对象都设置透明再叠加在一起，如中图的情况。如果把层混合模式设置为： BlendMode.LAYER ，Flash会认为该对象只有一&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dgelineau</title>
		<link>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-1796</link>
		<dc:creator>dgelineau</dc:creator>
		<pubDate>Tue, 29 Apr 2008 22:17:31 +0000</pubDate>
		<guid>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-1796</guid>
		<description>There seemed to be a problem with the word press plugin I am using to embed the flash. Since I am using the title of the page as the url to this particular page the path to the flash file was different than on the home page. I seem to have it fixed now.

Thank you for pointing it out.</description>
		<content:encoded><![CDATA[<p>There seemed to be a problem with the word press plugin I am using to embed the flash. Since I am using the title of the page as the url to this particular page the path to the flash file was different than on the home page. I seem to have it fixed now.</p>
<p>Thank you for pointing it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sidney de Koning</title>
		<link>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-1791</link>
		<dc:creator>Sidney de Koning</dc:creator>
		<pubDate>Tue, 29 Apr 2008 07:55:49 +0000</pubDate>
		<guid>http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/#comment-1791</guid>
		<description>Hi,

The example is not showing up :( 
I'm using flash player 9.0.124.

Dont know if other people are also noticing this.

Cheers,

SIdney</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The example is not showing up <img src='http://www.zedia.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
I&#8217;m using flash player 9.0.124.</p>
<p>Dont know if other people are also noticing this.</p>
<p>Cheers,</p>
<p>SIdney</p>
]]></content:encoded>
	</item>
</channel>
</rss>
