I have approached a solution, or at least am very close. I have run
into a problem though...

In my initial binds to my forward and backward controls, I am binding
the functions backwardClick() and forwardClick(), as well as to each
an if statement that calls pause() if my variable 'gallery' is set to
'playing'. This works as it should the first time a control is
clicked, but after you set the gallery to be playing again, this
functionality does not work. The gallery starts out autoplaying, and I
want it to stop autoplaying each time either forward or backward is
clicked, as well as the pause button. Any ideas why this is so?
Thanks,

Code: http://www.pomona.edu/dev/spock/spock-feed-2.js
Code in action: http://www.pomona.edu/dev/spock/index-2.asp

On Apr 23, 11:16 pm, ml2009 <[email protected]> wrote:
> HiRoryreiff-
>
> would these plugins help?
>
> http://malsup.com/jquery/cycle/
>
> http://code.google.com/p/agile-carousel/
>
> On Apr 15, 11:43 am,roryreiff<[email protected]> wrote:
>
> > Hi there,
>
> > I want to start developing a simple interactive image gallery for a
> > home page. My goal is for it to behave similar to SlideViewer 
> > (http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/i......)
> > in it's functionality, except that instead of clicking on a list of
> > numbers, there will be navigation controls( arrow left, arrow right)
> > to go forwards or backwards in the images. I also want to have
> > accompanying text that appears in a div overlay.
>
> > I am thinking that best way to do this is to have jQuery interacting
> > with an XML file that contains the image urls and the accompanying
> > text? I also want the behavior that on page load I prefetch all the
> > images and text so that the navigation between images is seamless (at
> > least prefetch a certain number ahead). Does anyone have input on how
> > to approach this?
>
> > Thanks,

Reply via email to