1) Script Title: Ultimate Fade-In Slide Show Ver. 2.4
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: This may be too much to ask for...
Type: Posts; User: gary.mcgill; Keyword(s):
1) Script Title: Ultimate Fade-In Slide Show Ver. 2.4
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: This may be too much to ask for...
Yes... I see how it works now. I had never used (or was even aware of) implode(). I see now how it would automatically not put a comma after the last element of the array. I also like your tabs that...
Well, your way beyond me. I don't see how your code does not have a comma after the last line but somehow it is not there and it works perfectly. My hat is off to you! thank you very much. (you...
1) Script Title: Ultimate Fade-In Slideshow ver. 2.4
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: I thought this might be something...
I found the code I was looking for in a previous post from John. If you want to add a slide advance with a mouse click, add this function:
displaymode: {type:'auto', pause:10000, cycles:0,...
with version 1.51 I was able to place the mouse over the slide and it would pause. Then if I clicked, it would advance to the next slide. By this design, a user could let it run in auto mode or have...
1) Script Title: Ultimate Fade-In Slide Show Ver. 2.4
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: I would like to know how to...
1) Script Title: Ultimate Fade-In Slide Show
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: I am using Ver. 1.51 Ultimate Fade-In...
Can I use the individual slide duration and pause with version 1.51? I tried it and it does not seem to make a change.
I got it working!!! i had to put a \n to send a newline in the array. Also the /s is because I didnt have the substr set to the proper length. (its been a long day). Thanks for your help!
viewing the source I see now why it's not working. it is adding a /s after the / in the array. Here is a element it printed:
fadeimages[0]=["main_page_images/s/fade_pic_2.jpg", "", ""]
The /s...
I wish that worked... I must be overlooking something. You can see the test file at http://www.kimwatt.org/index_test.php. You will be able to see I have the php code embedded and the javascript is...
I am using the fadeimages plugin and I want to be able to dynamically build the array instead of having it static. I have created a PHP file that builds the array by reading the contents of a...
I didn't realize I deleted the comment tokens... Sorry. Thanks again for your help!
I just noticed on my wife's PC using Firefox Ver 26 it shows a blank area where the images should be. I tried it on another PC and got the same result. I renamed the new file and put the old file...
Cool!! That worked great. Thank you very much for your help!
That worked but when I move the mouse off the image after clicking a few times it goes crazy and starts advancing the images as fast as it can. It is strange that I could not duplicate this issue...
It caused the show to be blank. here is the code from my page:
<td height="225"><script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth,...
1) Script Title: Ultimate fade-in slideshow Ver. 1.51
2) Script URL (on DD):
3) Describe problem: When a user does a mouse over the image pauses. That is great. Is there a way to have it...