<?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: full screen swf flash background</title>
	<atom:link href="http://labs.calibrate.be/2009/03/18/full-screen-swf-flash-background/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.calibrate.be/2009/03/18/full-screen-swf-flash-background/</link>
	<description></description>
	<pubDate>Wed, 08 Sep 2010 13:20:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Justin Washburn</title>
		<link>http://labs.calibrate.be/2009/03/18/full-screen-swf-flash-background/comment-page-1/#comment-3604</link>
		<dc:creator>Justin Washburn</dc:creator>
		<pubDate>Thu, 17 Dec 2009 01:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://labs.calibrate.be/?p=26#comment-3604</guid>
		<description>Could you put up a tutorial for the newbies?</description>
		<content:encoded><![CDATA[<p>Could you put up a tutorial for the newbies?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://labs.calibrate.be/2009/03/18/full-screen-swf-flash-background/comment-page-1/#comment-3514</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 09 Dec 2009 12:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://labs.calibrate.be/?p=26#comment-3514</guid>
		<description>Your website looks good but the flash background does not work on Safari (windows) - it sits ontop of everything and IE6 - the flash background just does not load... works fine for FF, Crome, Opera, IE8</description>
		<content:encoded><![CDATA[<p>Your website looks good but the flash background does not work on Safari (windows) - it sits ontop of everything and IE6 - the flash background just does not load&#8230; works fine for FF, Crome, Opera, IE8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://labs.calibrate.be/2009/03/18/full-screen-swf-flash-background/comment-page-1/#comment-2620</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Sun, 16 Aug 2009 16:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://labs.calibrate.be/?p=26#comment-2620</guid>
		<description>Adjust the way you request your background swf:
var so = new SWFObject("/sites/all/misc/background.swf", "flash-background", "100%", "100%", "6");
        so.addParam("movie", "/sites/all/misc/background.swf");
        so.addParam("quality", "high");
        so.addParam("wmode", "transparent");
   		so.addVariable("img", "/sites/all/misc/back.jpg");

It's the sizes (1oo%) and the "wmode" (transparent).
it works great! Thanks.
        so.write("flash-container");</description>
		<content:encoded><![CDATA[<p>Adjust the way you request your background swf:<br />
var so = new SWFObject(&#8221;/sites/all/misc/background.swf&#8221;, &#8220;flash-background&#8221;, &#8220;100%&#8221;, &#8220;100%&#8221;, &#8220;6&#8243;);<br />
        so.addParam(&#8221;movie&#8221;, &#8220;/sites/all/misc/background.swf&#8221;);<br />
        so.addParam(&#8221;quality&#8221;, &#8220;high&#8221;);<br />
        so.addParam(&#8221;wmode&#8221;, &#8220;transparent&#8221;);<br />
   		so.addVariable(&#8221;img&#8221;, &#8220;/sites/all/misc/back.jpg&#8221;);</p>
<p>It&#8217;s the sizes (1oo%) and the &#8220;wmode&#8221; (transparent).<br />
it works great! Thanks.<br />
        so.write(&#8221;flash-container&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alvin</title>
		<link>http://labs.calibrate.be/2009/03/18/full-screen-swf-flash-background/comment-page-1/#comment-2550</link>
		<dc:creator>Alvin</dc:creator>
		<pubDate>Tue, 11 Aug 2009 02:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://labs.calibrate.be/?p=26#comment-2550</guid>
		<description>&lt;blockquote cite="#commentbody-389"&gt;
&lt;strong&gt;&lt;a href="#comment-389" rel="nofollow"&gt; Tim&lt;/a&gt; :&lt;/strong&gt;
          kyoji, you can take a look at our website for an online example: &lt;a href="http://www.calibrate.be" rel="nofollow"&gt;http://www.calibrate.be&lt;/a&gt;
         &lt;/blockquote&gt;
Would it be possible to load a slideshow instead of a single image?</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-389"><p>
<strong><a href="#comment-389" rel="nofollow"> Tim</a> :</strong><br />
          kyoji, you can take a look at our website for an online example: <a href="http://www.calibrate.be" rel="nofollow">http://www.calibrate.be</a>
         </p></blockquote>
<p>Would it be possible to load a slideshow instead of a single image?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://labs.calibrate.be/2009/03/18/full-screen-swf-flash-background/comment-page-1/#comment-389</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 15 May 2009 07:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://labs.calibrate.be/?p=26#comment-389</guid>
		<description>kyoji, you can take a look at our website for an online example: www.calibrate.be</description>
		<content:encoded><![CDATA[<p>kyoji, you can take a look at our website for an online example: <a href="http://www.calibrate.be" rel="nofollow">http://www.calibrate.be</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kyoji</title>
		<link>http://labs.calibrate.be/2009/03/18/full-screen-swf-flash-background/comment-page-1/#comment-379</link>
		<dc:creator>kyoji</dc:creator>
		<pubDate>Fri, 15 May 2009 00:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://labs.calibrate.be/?p=26#comment-379</guid>
		<description>I tried to build a page in this way, but my flash comes above my content (Test in FF, IE8). Any idea? or can you guy put on a online demo here? Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I tried to build a page in this way, but my flash comes above my content (Test in FF, IE8). Any idea? or can you guy put on a online demo here? Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
