Hi,
I am trying to create a flash program that will create a slideshow on the fly. I have a collection of music and images that I want to put in the show. The program will pick a piece to play randomly and the next image to show is also picked randomly. However, the speed at which the images will be shown in the show is decided by the tempo/speed/mood of the music at that moment. In one piece of music there will faster and slower movement, and the slide will fade in sooner if the music is faster and vice versa. The show will keep running until the program quits.
I would need some suggestions on how to tell how fast the music is playing, and how such a “on the fly” show should be created. Is AS3 or AS2 better for such project?
Any suggestions/ideas would be helpful and appreciated. Thanks!