CMS IMAGES

6 posts by 2 authors in: Forums > CMS Builder
Last Post: May 2, 2008   (RSS)

By jaurday - April 25, 2008

Is there a way to output the filepath for images so that I can plug them into a dhtml script that defines photos in a slideshow. Is it as simple as moving the right fields around from the viewerpage.php into the script's definitions?

//define images.

photos[0]="photo1.jpg"
photos[1]="photo2.jpg"
photos[2]="photo3.jpg"

The full script I would like to use with the images from my viewerpage can be found here:

http://www.dynamicdrive.com/dynamicindex14/dhtmlslide.htm

Re: [Dave] CMS IMAGES

By jaurday - April 25, 2008

It works like a charm, thank you.

Re: [Dave] CMS IMAGES

By jaurday - April 30, 2008

How can I get this script to work transitionless, meaning no effet between images. Here is the url:

http://www.dynamicdrive.com/dynamicindex14/dhtmlslide.htm[/#333366]

It's a "hybridized" question, I know it's not your arena but I thought maybe you could help since I was able to use it with my cms produced images (yes!).

Re: [jaurday] CMS IMAGES

By Dave - May 1, 2008 - edited: May 1, 2008

I haven't used that script, so this is just a educated guess, but I'd try modifying the transition functions to return right away without doing anything. Find these lines and add the red text:



function applyeffect(){ return;
...

function playeffect(){ return;
...


Let me know if that works for you.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] CMS IMAGES

By jaurday - May 2, 2008

Thanks, decided to comment out those lines and so far so good, if anything arises, I'll try the nifty return; thing. Very stoked that it works with cms builder.[:)]