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
Comment #1
yogitha commentedComment #2
j4 commentedYogitha, 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
Comment #3
yogitha commentedHi 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
..........
............
Comment #4
j4 commentedThanks Yogitha,
Have decided not to use the module... :-( Thank you anyway.
Jaya
Comment #5
dreed47 commented