What if you had a Flash movie that displays an animated count from 1-1000. Included in that movie are buttons that allow the movie to count forward and to count backwards. Your database contains a set of 25 random numbers from 1-1000 at any given time. How would you script the Flash animation to stop on those 25 random numbers as the user presses the forward and backward buttons?
How would you do it if there were text involved, i.e. is it possible to dynamically animate text from a database?
Is there an XML solution or a solution that can work with a non-local database?
Or is this simply wishful thinking on my part?