Comments on: Flash Image Scroller http://www.benjaminkeen.com/flash-image-scroller/ Web Developer Thu, 19 Jan 2012 04:12:06 +0000 hourly 1 By: pinguim007 http://www.benjaminkeen.com/flash-image-scroller/comment-page-4/#comment-24279 Thu, 19 Jan 2012 04:12:06 +0000 http://www.benjaminkeen.com/2006/09/26/flash-image-scroller/#comment-24279 hello folks again,

I will be more specifically…

I have create the file txt

localhost/chris/img1.jpeg
http://localhost/chris/img1.jpeg
My caption
myframe

localhost/chris/img2.jpeg
http://www.google.com.br
My Second Caption
_blank

http://www.mysite.com/thumbnail3.jpg
http://www.mysite.com/fullimage2.jpg
My Third Caption
javascript

after that I have change the .php

$image_folder_dir = “./image_folder”;
$image_folder_url = “localhost/chris/image_folder”;
// ———————————————————

$count = 1;
if ($handle = opendir($image_folder_dir))
{
while (false !== ($file = readdir($handle)))
{
if ($file != ‘.’ && $file != ‘..’)
{
echo “&thumbURL{$count}=$image_folder_url/{$file}”
. “&target{$count}=_blank&”;
$count++;
}
}
closedir($handle);
}

and i insert the html on index.html on my /var/www

Your browser is not able to run this Flash script.

Requirements:
– JavaScript must be enabled
– You must have Flash installed

var so3 = new SWFObject(“scroller_x.swf”, “scroller1”, “100%”, “66”, “8”);

so3.addVariable(“sourceFile”, “my_thumb_info.txt”);
so3.addVariable(“fileType”, “text”);
so3.addVariable(“scrollSpeed”, “10”);
so3.addVariable(“stageWidth”, “600”);
so3.addVariable(“stageHeight”, “66”);
so3.addVariable(“thumbSize”, “60”);
so3.addVariable(“bgColor”, “666666”);
so3.addVariable(“navColor”, “333333”);

so3.write(“scroller1”);

What is Wrong?

]]>
By: pinguim007 http://www.benjaminkeen.com/flash-image-scroller/comment-page-4/#comment-24278 Thu, 19 Jan 2012 03:51:27 +0000 http://www.benjaminkeen.com/2006/09/26/flash-image-scroller/#comment-24278 Hello folks!

I create the xml file and I have changed the php to my web site.
After that I create the image_folder and I put the images there.
I have downloaded all the scrollerimagesoftware to my /var/www/.
Within, I create on the the call to the javascript.</head and in the I have inserted the and the rest of necessary code.

But I only see the text that javascript and the flashplayer has to be installed as wrote on the html

Can Somebody help me please.

thanks anyway.

]]>
By: Okenwa Abraham. chika http://www.benjaminkeen.com/flash-image-scroller/comment-page-4/#comment-24094 Sun, 10 Apr 2011 15:36:36 +0000 http://www.benjaminkeen.com/2006/09/26/flash-image-scroller/#comment-24094 Hello Benny, am glad to have seen this site, thanks. You have really saved some of us a lot of stress… but there is this thing that is difficult for me, after installing the stuff the images refused to show I don’t know what is the problem.. that source file for image scroller, do I put it within the php script ‘get_folder_images.php’, and one more thing, how can I update the path to the image folder, do I do it this way? ” $image_folder_dir = “image_folder”;
$image_folder_url = “http://localhost/image_folder”;… I hope to see your reply, thanks…

]]>
By: Aleisha Mollen http://www.benjaminkeen.com/flash-image-scroller/comment-page-4/#comment-24069 Fri, 04 Mar 2011 03:33:27 +0000 http://www.benjaminkeen.com/2006/09/26/flash-image-scroller/#comment-24069 I am testing the horizontal image scroller, but having some trouble. Can you please help? Thanks so much. It is currently at http://www.cbcdenton.com/untitled. The html script is below. Thanks again!

Your browser is not able to run this Flash script.

Requirements:
– JavaScript must be enabled
– You must have Flash installed

var so3 = new SWFObject(“scroller_x.swf”, “scroller1”, “100%”, “66”, “8”);

so3.addVariable(“sourceFile”, “my_thumb_info.txt”);
so3.addVariable(“fileType”, “text”);
so3.addVariable(“scrollSpeed”, “10”);
so3.addVariable(“stageWidth”, “600”);
so3.addVariable(“stageHeight”, “66”);
so3.addVariable(“thumbSize”, “60”);
so3.addVariable(“bgColor”, “666666”);
so3.addVariable(“navColor”, “333333”);

so3.write(“scroller1”);

&thumbURL1=C:\Program Files\Yahoo SiteBuilder\sites\CBC\images\heaven.jpg &title1=How Can I Go To Heaven 1&target1=_blank&linkURL1=http://www.cbcdenton.com/salvation
&thumbURL2=C:\Program Files\Yahoo SiteBuilder\sites\CBC\images\online.jpg&title2=Listen To Sermons Online 2&target2=_blank&linkURL2=http://www.cbcdenton.com/sermons
&thumbURL3=C:\Program Files\Yahoo SiteBuilder\sites\CBC\images\calendar2.png&title3=Upcoming Events 3&target3=_blank&linkURL3=http://www.cbcdenton.com/events
&thumbURL4=C:\Program Files\Yahoo SiteBuilder\sites\CBC\images\pray.jpg&title4=Can We Pray For You? 4&target4=_blank&linkURL4=http://www.cbcdenton.com/prayerrequests
&thumbURL5=C:\Program Files\Yahoo SiteBuilder\sites\CBC\images\squire.jpg&title5=Squire Parsons – April 10th 5&target5=_blank&linkURL5=http://www.cbcdenton.com/friendday

]]>
By: Patrick http://www.benjaminkeen.com/flash-image-scroller/comment-page-4/#comment-23987 Fri, 26 Nov 2010 13:42:39 +0000 http://www.benjaminkeen.com/2006/09/26/flash-image-scroller/#comment-23987 Hi, I found your script a few days ago and it is really amazing.
I have two questions concerning the Scroller:

1. When I hover a picture without clicking the mouse the scroller stops. Is it possible to start scrolling after I un-hover or zoom-out?

2. Is it possible to hide the arrows on each side of the scroller?

Thanks you…

Patrick

]]>
By: dan http://www.benjaminkeen.com/flash-image-scroller/comment-page-4/#comment-23731 Wed, 04 Aug 2010 19:42:32 +0000 http://www.benjaminkeen.com/2006/09/26/flash-image-scroller/#comment-23731 I have been messing with your program for a couple days now. I would like to implement it on my website where the current static pictures are shown now, right underneath the links at the top of my page.

I did a successful test on my localhost using a different template than im currently using on my site online. However, when i tried to put it up on my live site, i couldnt get it to work. The most i got was a blank white box there the flash should be displayed. I think maybe other script elements on the page may be interfering… can you take a look at my code and tell me what im doing wrong, or what doesnt look right?

]]>
By: Dennis http://www.benjaminkeen.com/flash-image-scroller/comment-page-4/#comment-23699 Tue, 27 Jul 2010 14:22:57 +0000 http://www.benjaminkeen.com/2006/09/26/flash-image-scroller/#comment-23699 Hey I am using your image scroller and I was wondering if there is a way to have the images auto scroll after being moused over? Right now if I mouse over the image scroller it all it stops and does not restart, is there a way to have it not do this?

]]>
By: Nick http://www.benjaminkeen.com/flash-image-scroller/comment-page-4/#comment-23672 Thu, 24 Jun 2010 21:49:06 +0000 http://www.benjaminkeen.com/2006/09/26/flash-image-scroller/#comment-23672 $image_folder_dir = “.images/scroller_stuff”;
$image_folder_url = “http://njmdesigns.com/images/scroller_stuff”;
// ———————————————————

$count = 1;
if ($handle = opendir($image_folder_dir))
{
while (false !== ($file = readdir($handle)))
{
if ($file != ‘.’ && $file != ‘..’)
{
echo “&thumbURL{$count}=$image_folder_url/{$file}”
. “&target{$count}=_blank&”;
$count++;
}
}
closedir($handle);
}

]]>
By: Nick http://www.benjaminkeen.com/flash-image-scroller/comment-page-4/#comment-23671 Thu, 24 Jun 2010 21:48:42 +0000 http://www.benjaminkeen.com/2006/09/26/flash-image-scroller/#comment-23671 Can someone help me? My site is http://www.njmdesigns.com and I have done everything correctly I think. The php file I am using is as follows. My folder that I have specified only contains the thumbnails. Does it have to include the .swf file also? I am new to code and would appreciate any help that you can give.

]]>
By: Nick http://www.benjaminkeen.com/flash-image-scroller/comment-page-4/#comment-23670 Thu, 24 Jun 2010 15:42:15 +0000 http://www.benjaminkeen.com/2006/09/26/flash-image-scroller/#comment-23670 Hi Benjamin,

I am having trouble getting the images to show up. I have them in my public_html/images/scroller_stuff folder and I’m not sure what is needed to put for the php file. Any help would be greatly appreciated. I have also specified the images with an xml document and am wondering what the url should look like. Can I just put public_html/images/scroller_stuff/myfile.png? I’m pretty new to code and don’t know much about it.

Thanks,
Nick

]]>