Online Image Slideshow Question. File Access Problems.
Posted
by msandbot
on Stack Overflow
See other posts from Stack Overflow
or by msandbot
Published on 2010-06-03T19:26:51Z
Indexed on
2010/06/18
14:33 UTC
Read the original article
Hit count: 299
Hi,
I have a flash .swf file that I embed on my webpage. On my server I have the .swf file and multiple image folders. I would like to load every file in one of those folders into the flash slideshow. How should I go about doing this? I tried used Air but it doesn't work on my system as an application so I doubt it will work online. Eventually I plan on making a menu where you can select different folders to display and since they are of different sizes, a foreach loop would be optimal. Keeping a txt file with the number of images is also possible if theres a way to read that in, but I would prefer the more dynamic approach. I am working towards using php for the website if that helps find a solution.
Thanks, -Mike
Also my slideshow works great online currently but i have to hardcode in the number of files.
© Stack Overflow or respective owner