View Full Version : Want to create dynamic flash gallery
trendykarn
09-08-2009, 11:10 AM
Hello,Everybody
I need some more help from you.......
I want to create a dynamic flash slideshow.In which images path wil be called from database(that can be access or mySQL).and images will be saved in a folder on server.
function for slideshow :-
if image increases in server folder flash will automatically load it in next loop.
What I have done till now is that I have interacted flash with database using asp.
Thankyou..
figure8
09-08-2009, 11:38 AM
so what's the problem? you better call a php-gateway with a timer which gives you back the amount of images and the image-paths. this way you'll get regular updates and can access the images. the slideshow itself depends on how you want to show the images. there are several ways, you just have to describe that a better way :)
Striker9099
09-08-2009, 06:17 PM
Hello,Everybody
I need some more help from you.......
I want to create a dynamic flash slideshow.In which images path wil be called from database(that can be access or mySQL).and images will be saved in a folder on server.
function for slideshow :-
if image increases in server folder flash will automatically load it in next loop.
What I have done till now is that I have interacted flash with database using asp.
Thankyou..
I suggest that you would use XML. Use an ASP script that extracts the info of the images from the database and writes the info in an XML file. Then use flash to load the XML file and with a for loop you can display the contents of the XML file and not worry if you've added a new image or whatever.
trendykarn
09-09-2009, 06:43 AM
Thank you for your quick reply,
actually I want to ask that if i call those images in movieclips.
how can flash make movieclips for each image ,if we increase no of images on server...
Thank you
henke37
09-09-2009, 12:21 PM
You simply have to tell flash waht images there is. Use some autogenerated xml for that.
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.