On Nov 10, 12:52 pm, OutOfTouch <[EMAIL PROTECTED]> wrote: > On Nov 10, 11:50 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > > > > The only code you would have to write is > > > some php method to take in a parameter to give you the images data > > > array for the selected value in the dropdown. > > >http://jquery.malsup.com/cycle/sets.html > > > 1) Starts with an empty slideshow > > 2) Binds change event on <select> element > > 3) Loads slideshow data based on selected value in <select> element > > 4) Uses prev/next navigation > > To make a long story short I found the problem but I don't know why it > is a problem, if you look at the javascript I posted in the cycle > method I set the startingslide to 0 when I remove that the problem is > gone.
It is eithier that or the onafter that is causing a problem, sorry I had them both removed and the problem went away, dang I need to have the onafter.