<?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: PNGPong v1.0.0: Displaying transparent PNGs in IE</title>
	<atom:link href="http://blog.psyrendust.com/2007/04/17/pngpong-public-release/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.psyrendust.com/2007/04/17/pngpong-public-release/</link>
	<description>A mix of code and life, by Larry Gordon</description>
	<lastBuildDate>Tue, 17 Aug 2010 22:14:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Orion</title>
		<link>http://blog.psyrendust.com/2007/04/17/pngpong-public-release/comment-page-1/#comment-335</link>
		<dc:creator>Orion</dc:creator>
		<pubDate>Wed, 22 Apr 2009 19:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.psyrendust.com/2007/04/17/first-public-release-of-pngpong/#comment-335</guid>
		<description>* Download links are dead.

Here are some questions.

* Will any image be displayed in IE6 if user does not have flash player?
* I was reading the documentation and found this &quot;If any other browser is detected [other then IE6] the script will embed an  tag into the div&quot; What does that mean exactly? Will this work the same as setting background for a div in a stylesheet?
* Does anyone know where I can download PNGpong?</description>
		<content:encoded><![CDATA[<p>* Download links are dead.</p>
<p>Here are some questions.</p>
<p>* Will any image be displayed in IE6 if user does not have flash player?<br />
* I was reading the documentation and found this &#8220;If any other browser is detected [other then IE6] the script will embed an  tag into the div&#8221; What does that mean exactly? Will this work the same as setting background for a div in a stylesheet?<br />
* Does anyone know where I can download PNGpong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah</title>
		<link>http://blog.psyrendust.com/2007/04/17/pngpong-public-release/comment-page-1/#comment-326</link>
		<dc:creator>Micah</dc:creator>
		<pubDate>Wed, 14 Jan 2009 16:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.psyrendust.com/2007/04/17/first-public-release-of-pngpong/#comment-326</guid>
		<description>Am I missing something here?  I can now see the image and alpha trans looks great on my !E6 box, BUT if I delete the flash viewer on that machine I can&#039;t see anything?  I&#039;ve used the swfobject.js before, but it has been a while.  Do I need to change something in the js file?

Micah</description>
		<content:encoded><![CDATA[<p>Am I missing something here?  I can now see the image and alpha trans looks great on my !E6 box, BUT if I delete the flash viewer on that machine I can&#8217;t see anything?  I&#8217;ve used the swfobject.js before, but it has been a while.  Do I need to change something in the js file?</p>
<p>Micah</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Idetrorce</title>
		<link>http://blog.psyrendust.com/2007/04/17/pngpong-public-release/comment-page-1/#comment-193</link>
		<dc:creator>Idetrorce</dc:creator>
		<pubDate>Sat, 15 Dec 2007 14:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.psyrendust.com/2007/04/17/first-public-release-of-pngpong/#comment-193</guid>
		<description>very interesting, but I don&#039;t agree with you 
Idetrorce</description>
		<content:encoded><![CDATA[<p>very interesting, but I don&#8217;t agree with you<br />
Idetrorce</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LIUHUAN</title>
		<link>http://blog.psyrendust.com/2007/04/17/pngpong-public-release/comment-page-1/#comment-184</link>
		<dc:creator>LIUHUAN</dc:creator>
		<pubDate>Wed, 31 Oct 2007 08:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.psyrendust.com/2007/04/17/first-public-release-of-pngpong/#comment-184</guid>
		<description>GREAT ONE!!</description>
		<content:encoded><![CDATA[<p>GREAT ONE!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry</title>
		<link>http://blog.psyrendust.com/2007/04/17/pngpong-public-release/comment-page-1/#comment-173</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Wed, 17 Oct 2007 21:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.psyrendust.com/2007/04/17/first-public-release-of-pngpong/#comment-173</guid>
		<description>Well I found the issue. I popped open WinXP through &lt;a href=&quot;http://www.parallels.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Parallels&lt;/a&gt; and found the same issue as you did. I used &lt;a href=&quot;http://www.xk72.com/charles/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Charles&lt;/a&gt; to figure out the problem.

Seems that I had moved my copy of swfobject.js from /global/swfobject.js to /global/js/swfobject.js. Once I updated this path in the html file located at &lt;a href=&quot;http://www.psyrendust.com/projects/pngpong/example/&quot; targe=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.psyrendust.com/projects/pngpong/example/&lt;/a&gt; everything seemed to work ok.

Adam let me know if you still need any help on this. Thing to note is that you should check to see if your paths to swfobject.js, pngpong.js, and pngpong.swf are all in the proper locations on your server. I&#039;m working on another version that I plan to release in the next few week that removes the dependency on &lt;a href=&quot;http://blog.deconcept.com/swfobject/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://blog.deconcept.com/swfobject/&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Well I found the issue. I popped open WinXP through <a href="http://www.parallels.com/" target="_blank" rel="nofollow">Parallels</a> and found the same issue as you did. I used <a href="http://www.xk72.com/charles/" target="_blank" rel="nofollow">Charles</a> to figure out the problem.</p>
<p>Seems that I had moved my copy of swfobject.js from /global/swfobject.js to /global/js/swfobject.js. Once I updated this path in the html file located at <a href="http://www.psyrendust.com/projects/pngpong/example/" targe="_blank" rel="nofollow">http://www.psyrendust.com/projects/pngpong/example/</a> everything seemed to work ok.</p>
<p>Adam let me know if you still need any help on this. Thing to note is that you should check to see if your paths to swfobject.js, pngpong.js, and pngpong.swf are all in the proper locations on your server. I&#8217;m working on another version that I plan to release in the next few week that removes the dependency on <a href="http://blog.deconcept.com/swfobject/" target="_blank" rel="nofollow">http://blog.deconcept.com/swfobject/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry</title>
		<link>http://blog.psyrendust.com/2007/04/17/pngpong-public-release/comment-page-1/#comment-172</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Wed, 17 Oct 2007 20:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.psyrendust.com/2007/04/17/first-public-release-of-pngpong/#comment-172</guid>
		<description>I&#039;ve been running on a Mac since I left CP+B. I&#039;ll take a look at this today and see what the problem is. I&#039;m getting the same issue as you.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been running on a Mac since I left CP+B. I&#8217;ll take a look at this today and see what the problem is. I&#8217;m getting the same issue as you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blog.psyrendust.com/2007/04/17/pngpong-public-release/comment-page-1/#comment-171</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 17 Oct 2007 00:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.psyrendust.com/2007/04/17/first-public-release-of-pngpong/#comment-171</guid>
		<description>Hey Larry. You might remember me as the guy who built the maintenance schedule tool that you ended up mostly recoding (sorry) when you were at CPB :)

I&#039;m working on some new pages for them and trying to make use of pngpong. It still works on the live site, but my attempts to use it locally only work in non-IE browsers, where the regular png appears.

In fact your example here isn&#039;t working in IE 6 or 7 either. Any ideas?</description>
		<content:encoded><![CDATA[<p>Hey Larry. You might remember me as the guy who built the maintenance schedule tool that you ended up mostly recoding (sorry) when you were at CPB <img src='http://blog.psyrendust.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m working on some new pages for them and trying to make use of pngpong. It still works on the live site, but my attempts to use it locally only work in non-IE browsers, where the regular png appears.</p>
<p>In fact your example here isn&#8217;t working in IE 6 or 7 either. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fil</title>
		<link>http://blog.psyrendust.com/2007/04/17/pngpong-public-release/comment-page-1/#comment-6</link>
		<dc:creator>fil</dc:creator>
		<pubDate>Thu, 24 May 2007 14:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.psyrendust.com/2007/04/17/first-public-release-of-pngpong/#comment-6</guid>
		<description>i have a similar problem in safari with transparent flash/swf.
i dont think it has anything to do with this issue, but still very interesting to know...

the flash works fine, but if i put several swf over each other, using css and z-index, then all my flashfilters (like dropshadow) are screwed. they start &#039;flashing&#039; and turn completely black.
i only seem to have this problem in safari, and when i put different swf over each other.

i use transparent png in the flash, those pngs have the dropshadow on them. 

if i use exactly the same code+files, but without the swfs overlapping, it works fine. once i overlap them, its fucked...


is there a solution for this?</description>
		<content:encoded><![CDATA[<p>i have a similar problem in safari with transparent flash/swf.<br />
i dont think it has anything to do with this issue, but still very interesting to know&#8230;</p>
<p>the flash works fine, but if i put several swf over each other, using css and z-index, then all my flashfilters (like dropshadow) are screwed. they start &#8216;flashing&#8217; and turn completely black.<br />
i only seem to have this problem in safari, and when i put different swf over each other.</p>
<p>i use transparent png in the flash, those pngs have the dropshadow on them. </p>
<p>if i use exactly the same code+files, but without the swfs overlapping, it works fine. once i overlap them, its fucked&#8230;</p>
<p>is there a solution for this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
