I have a PHP application that acts as an image library. I am trying to use ImageVueX to create slick slideshows with images from this library. The images are indexed in a database and stored in a location not in the web tree. They are accessed through a PHP script that knows how to grab and return the correct image.
Is it possible to configure ImageVueX's slideshow to get it's image list from a PHP script and then have the SWF access the images by calling an appropriate URL to grab the image's bits?
Thanks you in advance for your help.