<?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: Problem with Transparent PNGs in Flex using @Embed</title>
	<atom:link href="http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/</link>
	<description>A blog about Adobe Flex</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:51:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: binweevils help</title>
		<link>http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/comment-page-1/#comment-212463</link>
		<dc:creator>binweevils help</dc:creator>
		<pubDate>Mon, 06 Feb 2012 07:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/#comment-212463</guid>
		<description>&lt;strong&gt;binweevils help...&lt;/strong&gt;

[...]Problem with Transparent PNGs in Flex using @Embed &#124; Doug McCune[...]...</description>
		<content:encoded><![CDATA[<p><strong>binweevils help&#8230;</strong></p>
<p>[...]Problem with Transparent PNGs in Flex using @Embed | Doug McCune[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: firefox loads same embeded images &#124; Photo Album</title>
		<link>http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/comment-page-1/#comment-210920</link>
		<dc:creator>firefox loads same embeded images &#124; Photo Album</dc:creator>
		<pubDate>Fri, 22 Apr 2011 10:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/#comment-210920</guid>
		<description>[...] Problem with Transparent PNGs in Flex using @Embed &#124; Doug McCune Jan 31, 2007 &#8230; But if you try to embed the image using the @Embed syntax &#8230; just a glorified SWFLoader) should load the exact same image &#8230;. problems in Firefox loading Flex apps off this host. &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Problem with Transparent PNGs in Flex using @Embed | Doug McCune Jan 31, 2007 &#8230; But if you try to embed the image using the @Embed syntax &#8230; just a glorified SWFLoader) should load the exact same image &#8230;. problems in Firefox loading Flex apps off this host. &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haw-Bin Chai</title>
		<link>http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/comment-page-1/#comment-210696</link>
		<dc:creator>Haw-Bin Chai</dc:creator>
		<pubDate>Fri, 18 Feb 2011 20:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/#comment-210696</guid>
		<description>I just encountered an issue with embedded PNG&#039;s with transparency, created with Paint.NET . When I create a transparent gradient that extended beyond the boundary of the image, Flex 4 does not display the transparency at all. However, when the gradient ends within the image, the transparency displays properly.</description>
		<content:encoded><![CDATA[<p>I just encountered an issue with embedded PNG&#8217;s with transparency, created with Paint.NET . When I create a transparent gradient that extended beyond the boundary of the image, Flex 4 does not display the transparency at all. However, when the gradient ends within the image, the transparency displays properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NewAge</title>
		<link>http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/comment-page-1/#comment-208751</link>
		<dc:creator>NewAge</dc:creator>
		<pubDate>Thu, 31 Dec 2009 01:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/#comment-208751</guid>
		<description>I wrote this code, but it shows me always a not transparent image...

private var bitmap_mod:BitmapData = new BitmapData(1600, 1600);

[Embed(source=&quot;/assets/terrain/gamemap_t0.gif&quot;,mimeType=&quot;image/jpeg&quot;)]
private var Mountain01:Class;

private var library:Object = {};
var bma:BitmapAsset = new Mountain01() as BitmapAsset;
library[0] = bma.bitmapData;

			
var tile:Rectangle;
tile = new Rectangle(0,0,140,140);
			
bitmap_mod.copyPixels(library[0], tile, new Point(0, 0));


Can Someone help me?</description>
		<content:encoded><![CDATA[<p>I wrote this code, but it shows me always a not transparent image&#8230;</p>
<p>private var bitmap_mod:BitmapData = new BitmapData(1600, 1600);</p>
<p>[Embed(source="/assets/terrain/gamemap_t0.gif",mimeType="image/jpeg")]<br />
private var Mountain01:Class;</p>
<p>private var library:Object = {};<br />
var bma:BitmapAsset = new Mountain01() as BitmapAsset;<br />
library[0] = bma.bitmapData;</p>
<p>var tile:Rectangle;<br />
tile = new Rectangle(0,0,140,140);</p>
<p>bitmap_mod.copyPixels(library[0], tile, new Point(0, 0));</p>
<p>Can Someone help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/comment-page-1/#comment-208441</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Sat, 26 Sep 2009 04:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/#comment-208441</guid>
		<description>Check my solution http://www.codeguiles.com/2009/09/20/flex-transparency-with-png-on-mouse-over-and-mouse-click/</description>
		<content:encoded><![CDATA[<p>Check my solution <a href="http://www.codeguiles.com/2009/09/20/flex-transparency-with-png-on-mouse-over-and-mouse-click/" rel="nofollow">http://www.codeguiles.com/2009/09/20/flex-transparency-with-png-on-mouse-over-and-mouse-click/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean M</title>
		<link>http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/comment-page-1/#comment-207681</link>
		<dc:creator>Sean M</dc:creator>
		<pubDate>Fri, 20 Mar 2009 12:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/#comment-207681</guid>
		<description>I&#039;m trying to use the new classes, but I get an out of range error.  Has anyone else experienced this problem?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use the new classes, but I get an out of range error.  Has anyone else experienced this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lee probert</title>
		<link>http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/comment-page-1/#comment-207432</link>
		<dc:creator>lee probert</dc:creator>
		<pubDate>Wed, 04 Feb 2009 22:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/#comment-207432</guid>
		<description>I&#039;m having an issue with a bunch of PNG files that although will load fine locally refuse to load and display a broken link when accessed off the server via HTTP ... I have a feeling it has something to do with the PNG ... there used to be an issue with the way they were saved ... progressive option???</description>
		<content:encoded><![CDATA[<p>I&#8217;m having an issue with a bunch of PNG files that although will load fine locally refuse to load and display a broken link when accessed off the server via HTTP &#8230; I have a feeling it has something to do with the PNG &#8230; there used to be an issue with the way they were saved &#8230; progressive option???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fotis</title>
		<link>http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/comment-page-1/#comment-207330</link>
		<dc:creator>Fotis</dc:creator>
		<pubDate>Wed, 17 Dec 2008 18:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/#comment-207330</guid>
		<description>The problem only appears with 8-bit transparent pngs. If you save as 24bit the problem goes away... In case it helps anybody ;-)</description>
		<content:encoded><![CDATA[<p>The problem only appears with 8-bit transparent pngs. If you save as 24bit the problem goes away&#8230; In case it helps anybody <img src='http://dougmccune.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Hagan</title>
		<link>http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/comment-page-1/#comment-163446</link>
		<dc:creator>Doug Hagan</dc:creator>
		<pubDate>Tue, 02 Sep 2008 22:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/#comment-163446</guid>
		<description>Wow! Doug McCune, thanks a ton for this post.  My experience is that this is not related specifically to the embbed issue.  I was able to get the same png to pass using  but fail when generationg Image() in AS code.    The workaround that we were able to do at this end was to export the png from CS3 into a new file every time.  Any asset which was previously export as (jpg or other) contained corrupted transparency in the png.  I hope this helps someone else, and the link to the adobe bug certainly shed some light on the issue for us and save me a significant amount of time.</description>
		<content:encoded><![CDATA[<p>Wow! Doug McCune, thanks a ton for this post.  My experience is that this is not related specifically to the embbed issue.  I was able to get the same png to pass using  but fail when generationg Image() in AS code.    The workaround that we were able to do at this end was to export the png from CS3 into a new file every time.  Any asset which was previously export as (jpg or other) contained corrupted transparency in the png.  I hope this helps someone else, and the link to the adobe bug certainly shed some light on the issue for us and save me a significant amount of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MagicCarpet</title>
		<link>http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/comment-page-1/#comment-127439</link>
		<dc:creator>MagicCarpet</dc:creator>
		<pubDate>Tue, 22 Jul 2008 12:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/31/problem-with-transparent-pngs-in-flex-using-embed/#comment-127439</guid>
		<description>[quot]How should I inform the function that actually has 2 parameters? [/quot]
Fool!</description>
		<content:encoded><![CDATA[<p>[quot]How should I inform the function that actually has 2 parameters? [/quot]<br />
Fool!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

