0
votes
1answer
19 views

display number of lines (pictures in slideshow) in javascript array

I modified following code of a slideshow to work with lightbox and it works great for me. Only thing that's missing is something to show how many pictures there will be. An simple number displayed ...
0
votes
2answers
23 views

How do I empty global arrays used in a pop up slideshow?

I've created a program where you can choose a set of images by checking checkboxes. The image URL's and the alt-texts are stored in two arrays. When clicking av button on the HTML-page you open a new ...
0
votes
1answer
99 views

Actionscript 3.0 : Controlling child movieclips added with an array

I'm trying to build a generic slide show flash file controlled with key presses... right and left arrow to go to next / previous slide, down and up to call / uncall the single animations / bullet ...
0
votes
0answers
115 views

How can I create a slideshow of images?

I am currently working on a project with c# in visual studio. I have to extract images from a database(Microsoft SQL Server) and display them as a slide show. Do i have to put the images in a array? ...
1
vote
2answers
51 views

Issue passing multiple array parameters into setTimeout for slideshow

I am trying to create a simple slideshow consisting of 3 rotating images that will start over as soon as the last has displayed, timed 5000ms apart. <div id="slideshow">&nbsp;</div> ...
0
votes
0answers
134 views

making an array with pictures and videos

im trying to make a slide show using an array with javascript. i have a next and previous button and the pictures load and everything and work with the buttons but when i keep clicking next to ...
1
vote
1answer
294 views

trying to make a slide show with videos and images using an array but the pictures wont show up

im making a slideshow using videos and images with an array in javascript i have a next button and previous button. The videos work with the buttons and play and everything just when i added ...
0
votes
1answer
224 views

Adding Pictures to UIScrollView - slide switch effect using array

I have seen many of the posts on this site as well as many more on Google, and I am stuck on what I am sure is something easy. I am new to iOS, and I have most likely been reading the other posts ...
0
votes
0answers
95 views

implementing multi-leveled bullets for slideshow

I am trying to implement a multi-leveled bullets for the slideshow I created on my website. I am a graphic designer and know very little about scripting. I only got half I wanted to achieve using ...
1
vote
1answer
700 views

Multiple array elements in single slideshow slide?

I've made a simple slideshow from images in an array. I've search for a way to add elements to each "slide", in addition to the image, but they only pertain to image attributes (title, alt, url, ...
0
votes
1answer
429 views

PHP Different Arrays in Foreach-loop?

I want to have a Slideshow for each item. It is only working with the first one, for the others it doesn't work. Any idea what I'm doing wrong?? My code: <?php // check $items ...
0
votes
0answers
640 views

Jquery change code to use image array

I have this code which takes the image url from 'a' tags in a list which is embedded in the page. I need to substitute this for a javascript image array...Any help much appreciated. <!DOCTYPE html ...