<?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: Flash With Transparent Backgrounds</title>
	<atom:link href="http://blueprintds.com/2008/02/22/flash-with-transparent-background/feed/" rel="self" type="application/rss+xml" />
	<link>http://blueprintds.com/2008/02/22/flash-with-transparent-background/</link>
	<description>Design and Marketing implemented the right way.</description>
	<pubDate>Wed, 07 Jan 2009 02:03:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ed</title>
		<link>http://blueprintds.com/2008/02/22/flash-with-transparent-background/comment-page-1/#comment-702</link>
		<dc:creator>ed</dc:creator>
		<pubDate>Tue, 06 Jan 2009 01:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://blueprintds.com/2008/02/22/flash-with-transparent-background/#comment-702</guid>
		<description>thank you for this... ive found so many tutorials explaining how to do this but this is the only one that seems to work!!

thanks for making my day!!</description>
		<content:encoded><![CDATA[<p>thank you for this&#8230; ive found so many tutorials explaining how to do this but this is the only one that seems to work!!</p>
<p>thanks for making my day!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blueprintds.com/2008/02/22/flash-with-transparent-background/comment-page-1/#comment-623</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 17 Dec 2008 09:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://blueprintds.com/2008/02/22/flash-with-transparent-background/#comment-623</guid>
		<description>Hi...

The transparent thing was great. But do you have any idea on how to remove the flash which floats on the host html page. If I use a close button and give the code 
on (release) {
	this.unloadMovie();
}
the swf surely goes away and I see the underlying html page only. But when I rightclick I can find that the 'About Flash Player 9' which means the flash still exists. The swf has unloaded and not the flash player which is running the swf. To get the idea you can visit http://www.pixelgenio.com/ongoingprojects/ipgeorgia/dress3.html

If you an solve this for me that would be of great help.
Thanks
Regards
Alex</description>
		<content:encoded><![CDATA[<p>Hi&#8230;</p>
<p>The transparent thing was great. But do you have any idea on how to remove the flash which floats on the host html page. If I use a close button and give the code<br />
on (release) {<br />
	this.unloadMovie();<br />
}<br />
the swf surely goes away and I see the underlying html page only. But when I rightclick I can find that the &#8216;About Flash Player 9&#8242; which means the flash still exists. The swf has unloaded and not the flash player which is running the swf. To get the idea you can visit <a href="http://www.pixelgenio.com/ongoingprojects/ipgeorgia/dress3.html" rel="nofollow">http://www.pixelgenio.com/ongoingprojects/ipgeorgia/dress3.html</a></p>
<p>If you an solve this for me that would be of great help.<br />
Thanks<br />
Regards<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash Web Designer</title>
		<link>http://blueprintds.com/2008/02/22/flash-with-transparent-background/comment-page-1/#comment-229</link>
		<dc:creator>Flash Web Designer</dc:creator>
		<pubDate>Mon, 02 Jun 2008 09:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://blueprintds.com/2008/02/22/flash-with-transparent-background/#comment-229</guid>
		<description>A quicker way if your using CS3, in the properties bar at the bottom of the window, there is a parameters option box. If you click that you can just input wmode and transparent into that.
Sam</description>
		<content:encoded><![CDATA[<p>A quicker way if your using CS3, in the properties bar at the bottom of the window, there is a parameters option box. If you click that you can just input wmode and transparent into that.<br />
Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Freetly</title>
		<link>http://blueprintds.com/2008/02/22/flash-with-transparent-background/comment-page-1/#comment-124</link>
		<dc:creator>Adam Freetly</dc:creator>
		<pubDate>Wed, 26 Mar 2008 18:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://blueprintds.com/2008/02/22/flash-with-transparent-background/#comment-124</guid>
		<description>this can also work if you're using &lt;a href="http://code.google.com/p/swfobject/" rel="nofollow"&gt;swfobject&lt;/a&gt; to insert flash, you just need to use &lt;code&gt;wmode:"transparent"&lt;/code&gt; when you call the script:
&lt;pre&gt;&lt;code&gt;
    &#60;script type="text/javascript"&#62; // &#60;![CDATA[
	var flashvars = {};
	var par = { wmode:"transparent" };
    swfobject.embedSWF("&#60;?php bloginfo('template_directory'); ?&#62;/test.swf", "flash", "587", "240", "9.0.0", "&#60;?php bloginfo('template_directory'); ?&#62;/expressInstall.swf", flashvars, par );
	// ]]&#62;
    &#60;/script&#62;
&lt;/code&gt;&lt;/pre&gt;
(this code is for wordpress, but you can replace the PHP with absolute or relative paths)</description>
		<content:encoded><![CDATA[<p>this can also work if you&#8217;re using <a href="http://code.google.com/p/swfobject/" rel="nofollow">swfobject</a> to insert flash, you just need to use <code>wmode:"transparent"</code> when you call the script:</p>
<pre><code>
    &lt;script type="text/javascript"&gt; // &lt;![CDATA[
	var flashvars = {};
	var par = { wmode:"transparent" };
    swfobject.embedSWF("&lt;?php bloginfo('template_directory'); ?&gt;/test.swf", "flash", "587", "240", "9.0.0", "&lt;?php bloginfo('template_directory'); ?&gt;/expressInstall.swf", flashvars, par );
	// ]]&gt;
    &lt;/script&gt;
</code></pre>
<p>(this code is for wordpress, but you can replace the PHP with absolute or relative paths)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
