<?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 for Weber Design Labs</title>
	<atom:link href="http://www.weberdesignlabs.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weberdesignlabs.com</link>
	<description>We Design &#38; Develop Websites and Apps</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:40:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Flash 10 Coverflow by Flash iTunes Cover Flow – Version 2 &#124; Weber Design Labs</title>
		<link>http://www.weberdesignlabs.com/2009/12/flash-10-coverflow/#comment-2</link>
		<dc:creator>Flash iTunes Cover Flow – Version 2 &#124; Weber Design Labs</dc:creator>
		<pubDate>Sun, 08 Jan 2012 01:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.weberdesignlabs.com/?p=4#comment-2</guid>
		<description>[...] type=&quot;info&quot;] NEW! Check out the Flash 10 Version of the Coverflow! It is recommended that you use this new version as it will preform [...]</description>
		<content:encoded><![CDATA[<p>[...] type=&quot;info&quot;] NEW! Check out the Flash 10 Version of the Coverflow! It is recommended that you use this new version as it will preform [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cindy Crawford Website by Adrian</title>
		<link>http://www.weberdesignlabs.com/portfolio/cindy-crawford-website/#comment-1155</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Mon, 19 Dec 2011 10:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.weberdesignlabs.com/?post_type=portfolio&#038;p=237#comment-1155</guid>
		<description>








Hello,

I&#039;m using Coverflow for our family photos and it&#039;s super for this - thank you.



I would like to use Shadowbox with it so that everything happens in the same window. Can you tell me how to do this please.

If this is not possible, can I simply get the links to open in the same window as Coverflow?



Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m using Coverflow for our family photos and it&#8217;s super for this &#8211; thank you.</p>
<p>I would like to use Shadowbox with it so that everything happens in the same window. Can you tell me how to do this please.</p>
<p>If this is not possible, can I simply get the links to open in the same window as Coverflow?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cindy Crawford Website by Javier Flores</title>
		<link>http://www.weberdesignlabs.com/portfolio/cindy-crawford-website/#comment-1154</link>
		<dc:creator>Javier Flores</dc:creator>
		<pubDate>Fri, 16 Dec 2011 18:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.weberdesignlabs.com/?post_type=portfolio&#038;p=237#comment-1154</guid>
		<description>how can i uploaded like swf to a post</description>
		<content:encoded><![CDATA[<p>how can i uploaded like swf to a post</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cindy Crawford Website by Mike</title>
		<link>http://www.weberdesignlabs.com/portfolio/cindy-crawford-website/#comment-1152</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 07 Dec 2011 14:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.weberdesignlabs.com/?post_type=portfolio&#038;p=237#comment-1152</guid>
		<description>Hello,

I did some things :
- it was calling all the time /data/xml and not the one by flashvars,in coverflow.as i changed 
            coverflowXMLLoader.load(new URLRequest(&quot;xml/data&quot;));
to
            coverflowXMLLoader.load(new URLRequest(xml_source));

I also needed to have a transparent background, so i put params.wmode =&quot;transparent&quot; in he swfobject call, and change in coverflow.as : 
            if(backgColor == null) {
                //Black
                backgColor = &quot;0x000000&quot;;
                
                //White
                //backgColor = &quot;0xFFFFFF&quot;;
            }
            if(backgColor != &quot;none&quot;)
            {
            //Creates Background MovieClip
            background = new Background();
            
            //Set Background To Provided Width/Height
            background.width = _width;
            background.height = _height;
            
            //Adds background MovieClip to DisplayList
            addChild(background);
            
            //Tints Background MovieClip with provided tint
            TweenPlugin.activate([TintPlugin]);
            TweenLite.to(background, 0, {tint:backgColor});
            }

in my swfobject call,             flashvars.backgroundColor = &quot;none&quot;;

at last, i got this : 

    
            var flashvars = {};
            flashvars.xmlPath = &quot;my.xml&quot;;
            flashvars.labelColor = &quot;0x0099FF&quot;;
            flashvars.backgroundColor = &quot;none&quot;;
            var params = {};
            params.loop = &quot;false&quot;;
            params.menu = &quot;false&quot;;
            params.quality = &quot;best&quot;;
            params.wmode = &quot;transparent&quot;;
            params.scale = &quot;noscale&quot;;
            params.salign = &quot;tl&quot;;
            var attributes = {};
            swfobject.embedSWF(&quot;/Main.swf&quot;, &quot;galerie&quot;, &quot;520&quot;, &quot;800&quot;, &quot;10.0.0&quot;, &quot;expressInstall.swf&quot;, flashvars, params, attributes);
        </description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I did some things :<br />
- it was calling all the time /data/xml and not the one by flashvars,in coverflow.as i changed<br />
            coverflowXMLLoader.load(new URLRequest(&#8220;xml/data&#8221;));<br />
to<br />
            coverflowXMLLoader.load(new URLRequest(xml_source));</p>
<p>I also needed to have a transparent background, so i put params.wmode =&#8221;transparent&#8221; in he swfobject call, and change in coverflow.as :<br />
            if(backgColor == null) {<br />
                //Black<br />
                backgColor = &#8220;0&#215;000000&#8243;;<br />
               <br />
                //White<br />
                //backgColor = &#8220;0xFFFFFF&#8221;;<br />
            }<br />
            if(backgColor != &#8220;none&#8221;)<br />
            {<br />
            //Creates Background MovieClip<br />
            background = new Background();<br />
           <br />
            //Set Background To Provided Width/Height<br />
            background.width = _width;<br />
            background.height = _height;<br />
           <br />
            //Adds background MovieClip to DisplayList<br />
            addChild(background);<br />
           <br />
            //Tints Background MovieClip with provided tint<br />
            TweenPlugin.activate([TintPlugin]);<br />
            TweenLite.to(background, 0, {tint:backgColor});<br />
            }</p>
<p>in my swfobject call,             flashvars.backgroundColor = &#8220;none&#8221;;</p>
<p>at last, i got this : </p>
<p>   <br />
            var flashvars = {};<br />
            flashvars.xmlPath = &#8220;my.xml&#8221;;<br />
            flashvars.labelColor = &#8220;0x0099FF&#8221;;<br />
            flashvars.backgroundColor = &#8220;none&#8221;;<br />
            var params = {};<br />
            params.loop = &#8220;false&#8221;;<br />
            params.menu = &#8220;false&#8221;;<br />
            params.quality = &#8220;best&#8221;;<br />
            params.wmode = &#8220;transparent&#8221;;<br />
            params.scale = &#8220;noscale&#8221;;<br />
            params.salign = &#8220;tl&#8221;;<br />
            var attributes = {};<br />
            swfobject.embedSWF(&#8220;/Main.swf&#8221;, &#8220;galerie&#8221;, &#8220;520&#8243;, &#8220;800&#8243;, &#8220;10.0.0&#8243;, &#8220;expressInstall.swf&#8221;, flashvars, params, attributes);<br />
       </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cindy Crawford Website by Dmjep_14</title>
		<link>http://www.weberdesignlabs.com/portfolio/cindy-crawford-website/#comment-1150</link>
		<dc:creator>Dmjep_14</dc:creator>
		<pubDate>Thu, 01 Dec 2011 19:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.weberdesignlabs.com/?post_type=portfolio&#038;p=237#comment-1150</guid>
		<description>I can see the flash locally but online on my server doesnt appear, why coul this happend ?</description>
		<content:encoded><![CDATA[<p>I can see the flash locally but online on my server doesnt appear, why coul this happend ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash iTunes Cover Flow – Version 2 by Mborneforum</title>
		<link>http://www.weberdesignlabs.com/2008/09/flash-itunes-cover-flow-version-2/#comment-1149</link>
		<dc:creator>Mborneforum</dc:creator>
		<pubDate>Wed, 23 Nov 2011 21:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.weberdesignlabs.com/?p=41#comment-1149</guid>
		<description>hi thanks for your work!

i&#039;ve just a question!
how could I choose an  URL for my images? </description>
		<content:encoded><![CDATA[<p>hi thanks for your work!</p>
<p>i&#8217;ve just a question!<br />
how could I choose an  URL for my images? </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash iTunes Cover Flow – Version 2 by Julien</title>
		<link>http://www.weberdesignlabs.com/2008/09/flash-itunes-cover-flow-version-2/#comment-1148</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Tue, 22 Nov 2011 13:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.weberdesignlabs.com/?p=41#comment-1148</guid>
		<description>I have the same problem, have you found a solution? Thank you in advance</description>
		<content:encoded><![CDATA[<p>I have the same problem, have you found a solution? Thank you in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash iTunes Cover Flow – Version 2 by Julien</title>
		<link>http://www.weberdesignlabs.com/2008/09/flash-itunes-cover-flow-version-2/#comment-1147</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Tue, 22 Nov 2011 13:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.weberdesignlabs.com/?p=41#comment-1147</guid>
		<description>I tested this coverflow but I have a problem:
if I put only three albums (for example) in the XML file, the first image does not appear!
How to solve this trouble?
thank you in advance for your help</description>
		<content:encoded><![CDATA[<p>I tested this coverflow but I have a problem:<br />
if I put only three albums (for example) in the XML file, the first image does not appear!<br />
How to solve this trouble?<br />
thank you in advance for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cindy Crawford Website by Julien</title>
		<link>http://www.weberdesignlabs.com/portfolio/cindy-crawford-website/#comment-1145</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Fri, 04 Nov 2011 14:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.weberdesignlabs.com/?post_type=portfolio&#038;p=237#comment-1145</guid>
		<description>Hello,How to give the original image &quot;startIndex&quot; in the embed code from the flash rather than the xml file?I tried:flashvars.startIndex = &quot;2&quot;But this does not workthank you in advance for your helpJulien</description>
		<content:encoded><![CDATA[<p>Hello,How to give the original image &#8220;startIndex&#8221; in the embed code from the flash rather than the xml file?I tried:flashvars.startIndex = &#8220;2&#8243;But this does not workthank you in advance for your helpJulien</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash iTunes Cover Flow – Version 2 by Robby</title>
		<link>http://www.weberdesignlabs.com/2008/09/flash-itunes-cover-flow-version-2/#comment-1144</link>
		<dc:creator>Robby</dc:creator>
		<pubDate>Fri, 04 Nov 2011 10:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.weberdesignlabs.com/?p=41#comment-1144</guid>
		<description>Great flash guys, just great. But one question though, I found a  flash Cover Flow on www.flashxml.net website that supports .flv video. Do you have this feature? Thank you!</description>
		<content:encoded><![CDATA[<p>Great flash guys, just great. But one question though, I found a  flash Cover Flow on <a href="http://www.flashxml.net" rel="nofollow">http://www.flashxml.net</a> website that supports .flv video. Do you have this feature? Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

