Picture Rotation

Hello -

I have been trying to figure out this problem for almost a month now. I can find anyone who will help me.

I have to make a script that rotates pictures from a folder called “house” The number of pictures in that folder are always chaning. One time there will be 10 another time there will only be 5, etc.

How do I make a flash file that will display the photos for a couples seconds then moves to the next photo?

Please help!!

www.thinkdoorcounty.com, in the upper right…thats where it is going

setInterval(myfunction,5000); or something like that, check the flash dictionary for the official code. The one I just typed out executes myfunction every 5000 milliseconds(also known as 5 whole seconds).