@TimChi wrote:
Hi all,
I'd like to load a group of .jpg files from a single folder on the web. Does anyone have any suggestions for this? I've tried and failed with ofDirectory and a path like "http://myWebSite.com/myImageFolder", though it works great for any folder on my system drive. I've successfully used ofURLFileLoader for a single file (like in the graphics example), but not for a group of them in a folder (assuming that their names are unknown at compilation). And image.load("http://myWebSite.com/myImageFolder/myImage.jpg") works just fine, but this approach also requires that the file names are known ahead of time, rather than being deduced from the actual contents of the folder. Perhaps there is an addon for this task? Any help is greatly appreciated and thanks a bunch!
Tim
Posts: 1
Participants: 1