<?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: New Style for osCommerce Flash Carousel</title>
	<atom:link href="http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/</link>
	<description>The solutions are not only about osCommerce but also about e-commerce.</description>
	<lastBuildDate>Sun, 28 Feb 2010 10:07:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gary</title>
		<link>http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/comment-page-1/#comment-264</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 23 Jul 2009 14:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.oscommercex.com/?p=289#comment-264</guid>
		<description>Thanks all sorted now.
I have also noticed that if you select resize images, sometimes it will resize the image but the transparency is left out, so arround the product is white.
not a big problem because i dont have it rezise the images.</description>
		<content:encoded><![CDATA[<p>Thanks all sorted now.<br />
I have also noticed that if you select resize images, sometimes it will resize the image but the transparency is left out, so arround the product is white.<br />
not a big problem because i dont have it rezise the images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/comment-page-1/#comment-261</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 22 Jul 2009 18:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.oscommercex.com/?p=289#comment-261</guid>
		<description>The numbers you get are produced by flash_carousel_image_resize.php which is under catalog/includes/classes.
when you look flash_carousel_image_resize.php line 218 you will see &lt;strong&gt;function create_image_from_source_file()&lt;/strong&gt;
According to this function;
    function create_image_from_source_file()
    {
    
        // performs some error checking first
        // if source file does not exists
        if (!is_file($this-&gt;sourceFile) &#124;&#124; !file_exists($this-&gt;sourceFile)) {
        
            // save the error level and stop the execution of the script
            $this-&gt;error = 1;

            return false;
            
        // if source file is not readable
        } 
As you see script couldn&#039;t read source file and produced error. If you feel that there is no problem about script change above script like below

    function create_image_from_source_file()
    {
    
        // performs some error checking first
        // if source file does not exists
        if (!is_file($this-&gt;sourceFile) &#124;&#124; !file_exists($this-&gt;sourceFile)) {
        
            // save the error level and stop the execution of the script
            //$this-&gt;error = 1;

            //return false;
            
        // if source file is not readable
        }</description>
		<content:encoded><![CDATA[<p>The numbers you get are produced by flash_carousel_image_resize.php which is under catalog/includes/classes.<br />
when you look flash_carousel_image_resize.php line 218 you will see <strong>function create_image_from_source_file()</strong><br />
According to this function;<br />
    function create_image_from_source_file()<br />
    {</p>
<p>        // performs some error checking first<br />
        // if source file does not exists<br />
        if (!is_file($this->sourceFile) || !file_exists($this->sourceFile)) {</p>
<p>            // save the error level and stop the execution of the script<br />
            $this->error = 1;</p>
<p>            return false;</p>
<p>        // if source file is not readable<br />
        }<br />
As you see script couldn&#8217;t read source file and produced error. If you feel that there is no problem about script change above script like below</p>
<p>    function create_image_from_source_file()<br />
    {</p>
<p>        // performs some error checking first<br />
        // if source file does not exists<br />
        if (!is_file($this->sourceFile) || !file_exists($this->sourceFile)) {</p>
<p>            // save the error level and stop the execution of the script<br />
            //$this->error = 1;</p>
<p>            //return false;</p>
<p>        // if source file is not readable<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/comment-page-1/#comment-260</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 22 Jul 2009 18:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.oscommercex.com/?p=289#comment-260</guid>
		<description>Actually resizing customly on administration needs hard work on flash.</description>
		<content:encoded><![CDATA[<p>Actually resizing customly on administration needs hard work on flash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/comment-page-1/#comment-259</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 22 Jul 2009 15:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.oscommercex.com/?p=289#comment-259</guid>
		<description>May be a good idea to be able to select categories as well as just products? and also be able to resize from admin?
Looks very good.</description>
		<content:encoded><![CDATA[<p>May be a good idea to be able to select categories as well as just products? and also be able to resize from admin?<br />
Looks very good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/comment-page-1/#comment-258</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 22 Jul 2009 14:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.oscommercex.com/?p=289#comment-258</guid>
		<description>This is a great cotribution, but i have an odd problems, that i hope you can help with.
I have the carousel working on a test page, but for spome reason i get  &quot;11111&quot; apear just above the carousel.
When i remove the carousel the 11111 disapear, even if i dont enable it.

I have searched the whole site for 11111 and came up with nothing that would cause this probelm.

have a look at http://www.slidesandballscrews.com/testing</description>
		<content:encoded><![CDATA[<p>This is a great cotribution, but i have an odd problems, that i hope you can help with.<br />
I have the carousel working on a test page, but for spome reason i get  &#8220;11111&#8243; apear just above the carousel.<br />
When i remove the carousel the 11111 disapear, even if i dont enable it.</p>
<p>I have searched the whole site for 11111 and came up with nothing that would cause this probelm.</p>
<p>have a look at <a href="http://www.slidesandballscrews.com/testing" rel="nofollow">http://www.slidesandballscrews.com/testing</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/comment-page-1/#comment-232</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.oscommercex.com/?p=289#comment-232</guid>
		<description>Please check following address &lt;a href=&quot;http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&quot; rel=&quot;nofollow&quot;&gt;http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Please check following address <a href="http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/" rel="nofollow">http://www.oscommercex.com/2009/06/how-to-add-background-image-to-flash-carousel/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guidob</title>
		<link>http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/comment-page-1/#comment-231</link>
		<dc:creator>guidob</dc:creator>
		<pubDate>Thu, 25 Jun 2009 13:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.oscommercex.com/?p=289#comment-231</guid>
		<description>Hi,
it is possible to add a backgroud image and insert in the middle of carousel anhother image?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
it is possible to add a backgroud image and insert in the middle of carousel anhother image?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/comment-page-1/#comment-207</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 20 Jun 2009 13:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.oscommercex.com/?p=289#comment-207</guid>
		<description>Can you send your website address?</description>
		<content:encoded><![CDATA[<p>Can you send your website address?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/comment-page-1/#comment-206</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 20 Jun 2009 13:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.oscommercex.com/?p=289#comment-206</guid>
		<description>You forgot the step 7. Please check installation step 7.</description>
		<content:encoded><![CDATA[<p>You forgot the step 7. Please check installation step 7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cip</title>
		<link>http://www.oscommercex.com/2009/04/new-style-for-oscommerce-flash-carousel/comment-page-1/#comment-202</link>
		<dc:creator>cip</dc:creator>
		<pubDate>Fri, 19 Jun 2009 08:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.oscommercex.com/?p=289#comment-202</guid>
		<description>I installed the new style but it gives me an error when i try to change the original one.

Fatal error: Call to undefined function tep_cfg_pull_down_flash_styles() in /home/eunicro/public_html/admin/configuration.php(125) : eval()&#039;d code on line 1

Can u help?</description>
		<content:encoded><![CDATA[<p>I installed the new style but it gives me an error when i try to change the original one.</p>
<p>Fatal error: Call to undefined function tep_cfg_pull_down_flash_styles() in /home/eunicro/public_html/admin/configuration.php(125) : eval()&#8217;d code on line 1</p>
<p>Can u help?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
