I downloaded the module added code to js file .Enabled the module.And i created a block and gave the path where the slide show images are like files/slideshow_images/fadeimages.
Block is displaying with given width and height but unable to display images.And also tell me how to allow embeding using filters.can any one give suggestions on this.
Thanks in advance.

Comments

yogitha’s picture

Title: Images » Fading Slide Show Images
j4’s picture

Yogitha, any luck with this. Am is desperate situation too. I tried using the direct js from dynamic drive. Works beautifully in firefox, but i get operation aborted in IE. Thought that i could solve that problem by using this module...

Jaya

yogitha’s picture

Hi jaya

i got it . i just added below code in the .module file in top of the file and its displaying image mozilla, i6, netscape.

script type="text/javascript"
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 200,150, 1, 3000, 1, "R")
//new fadeshow(fadeimages2, 200, 150, 1, 3000, 0)
/script

<?php
..........
............

j4’s picture

Thanks Yogitha,

Have decided not to use the module... :-( Thank you anyway.

Jaya

dreed47’s picture

Status: Active » Closed (fixed)