<?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: Image Flow 0.9</title>
	<atom:link href="http://cool-javascripts.com/effects/image-flow-09.html/feed" rel="self" type="application/rss+xml" />
	<link>http://cool-javascripts.com/effects/image-flow-09.html</link>
	<description>The best javascripts for your site</description>
	<lastBuildDate>Tue, 17 Jan 2012 16:43:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Galerie Photo &#171; WebSEO</title>
		<link>http://cool-javascripts.com/effects/image-flow-09.html/comment-page-2#comment-20396</link>
		<dc:creator>Galerie Photo &#171; WebSEO</dc:creator>
		<pubDate>Sat, 31 Dec 2011 00:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/?p=9#comment-20396</guid>
		<description>[...] 6. Image Flow [...]</description>
		<content:encoded><![CDATA[<p>[...] 6. Image Flow [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 390 ressources Javascript &#38; jQuery</title>
		<link>http://cool-javascripts.com/effects/image-flow-09.html/comment-page-2#comment-18507</link>
		<dc:creator>390 ressources Javascript &#38; jQuery</dc:creator>
		<pubDate>Mon, 28 Nov 2011 18:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/?p=9#comment-18507</guid>
		<description>[...] Image Flow [...]</description>
		<content:encoded><![CDATA[<p>[...] Image Flow [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 15 jQuery Image Galleries and Image slideshow/Slider Plugins&#160; &#124; &#160;Web Design Stuff</title>
		<link>http://cool-javascripts.com/effects/image-flow-09.html/comment-page-2#comment-18266</link>
		<dc:creator>15 jQuery Image Galleries and Image slideshow/Slider Plugins&#160; &#124; &#160;Web Design Stuff</dc:creator>
		<pubDate>Mon, 21 Nov 2011 20:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/?p=9#comment-18266</guid>
		<description>[...] 3. Image Flow 0.9 [...]</description>
		<content:encoded><![CDATA[<p>[...] 3. Image Flow 0.9 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [jquery]??? jQuery ?? Gallery Slideshow ?????????? &#124; Technology TLCTHAI</title>
		<link>http://cool-javascripts.com/effects/image-flow-09.html/comment-page-2#comment-18129</link>
		<dc:creator>[jquery]??? jQuery ?? Gallery Slideshow ?????????? &#124; Technology TLCTHAI</dc:creator>
		<pubDate>Thu, 17 Nov 2011 08:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/?p=9#comment-18129</guid>
		<description>[...] Image Flow [...]</description>
		<content:encoded><![CDATA[<p>[...] Image Flow [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://cool-javascripts.com/effects/image-flow-09.html/comment-page-2#comment-17580</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Fri, 28 Oct 2011 03:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/?p=9#comment-17580</guid>
		<description>Hello Everyone;
I wud like to help you out guys as there are many people who had a problem of not getting an image in slider ;

ImageFlow needs a PHP server running a GD library to generate the reflections. It will work without PHP if you disable the reflections.

For Setting up No reflections You need to make changes in Two places
1) imageflow.js
2) imageflow.packed.js

you will find two lines within the domReady function in both files:

Here it is ;
domReady(function()
{
	var instanceOne = new ImageFlow();
	instanceOne.init({ ImageFlowID: &#039;myImageFlow&#039; });
});

So Make Changes like this in both files;

domReady(function()
{

var instanceOne = new ImageFlow();
instanceOne.init({ ImageFlowID: &#039;myImageFlow&#039;, 
                   reflections: false, 
                   reflectionP: 0.0 });
});

&amp; Your Task is Done !!
Thanks !! Cheeeeeers - Ali  :)</description>
		<content:encoded><![CDATA[<p>Hello Everyone;<br />
I wud like to help you out guys as there are many people who had a problem of not getting an image in slider ;</p>
<p>ImageFlow needs a PHP server running a GD library to generate the reflections. It will work without PHP if you disable the reflections.</p>
<p>For Setting up No reflections You need to make changes in Two places<br />
1) imageflow.js<br />
2) imageflow.packed.js</p>
<p>you will find two lines within the domReady function in both files:</p>
<p>Here it is ;<br />
domReady(function()<br />
{<br />
	var instanceOne = new ImageFlow();<br />
	instanceOne.init({ ImageFlowID: &#8216;myImageFlow&#8217; });<br />
});</p>
<p>So Make Changes like this in both files;</p>
<p>domReady(function()<br />
{</p>
<p>var instanceOne = new ImageFlow();<br />
instanceOne.init({ ImageFlowID: &#8216;myImageFlow&#8217;,<br />
                   reflections: false,<br />
                   reflectionP: 0.0 });<br />
});</p>
<p>&amp; Your Task is Done !!<br />
Thanks !! Cheeeeeers &#8211; Ali  <img src='http://cool-javascripts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Site Stats Info</title>
		<link>http://cool-javascripts.com/effects/image-flow-09.html/comment-page-2#comment-16490</link>
		<dc:creator>Site Stats Info</dc:creator>
		<pubDate>Tue, 11 Oct 2011 07:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/?p=9#comment-16490</guid>
		<description>Help. I tried to use this plugin on my website but the image doesn&#039;t show. It is completely invisible.. Please HELP!!!!</description>
		<content:encoded><![CDATA[<p>Help. I tried to use this plugin on my website but the image doesn&#8217;t show. It is completely invisible.. Please HELP!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xav</title>
		<link>http://cool-javascripts.com/effects/image-flow-09.html/comment-page-2#comment-15935</link>
		<dc:creator>xav</dc:creator>
		<pubDate>Mon, 19 Sep 2011 13:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/?p=9#comment-15935</guid>
		<description>Same here image wont show


help</description>
		<content:encoded><![CDATA[<p>Same here image wont show</p>
<p>help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Desing</title>
		<link>http://cool-javascripts.com/effects/image-flow-09.html/comment-page-2#comment-15904</link>
		<dc:creator>Web Desing</dc:creator>
		<pubDate>Sun, 18 Sep 2011 02:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/?p=9#comment-15904</guid>
		<description>[...] ??.???? &#124; Demo [...]</description>
		<content:encoded><![CDATA[<p>[...] ??.???? | Demo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 73 tutoriels pour faire défiler vos contenus (Slideshow, Sliders &#38; Diaporama)</title>
		<link>http://cool-javascripts.com/effects/image-flow-09.html/comment-page-2#comment-15050</link>
		<dc:creator>73 tutoriels pour faire défiler vos contenus (Slideshow, Sliders &#38; Diaporama)</dc:creator>
		<pubDate>Mon, 15 Aug 2011 02:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/?p=9#comment-15050</guid>
		<description>[...] Image Flow [...]</description>
		<content:encoded><![CDATA[<p>[...] Image Flow [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: malll</title>
		<link>http://cool-javascripts.com/effects/image-flow-09.html/comment-page-1#comment-14860</link>
		<dc:creator>malll</dc:creator>
		<pubDate>Fri, 05 Aug 2011 17:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://cool-javascripts.com/?p=9#comment-14860</guid>
		<description>I have the same problem, the images are not visible. Can anyone post the solution?</description>
		<content:encoded><![CDATA[<p>I have the same problem, the images are not visible. Can anyone post the solution?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

