Hi,
I am using the loadVars class (Flash 8) to load key/value pairs from a mySQL database through php (example &pic1=pic1.jpg&pic2=pic2.jpg&…).
The ultimate goal is to create a dynamic slideshow with a variable length, depending on how many pics were submitted by the user. Since the associative array object returned by loadVars does not share the “length” property of indexed arrays, my guess is that the values need to be converted into a new indexed array before being able to use them in the slideshow. If this is correct, what would be the most efficient method? If this assumption is not correct, any other suggestions?
Thanks,
MPLeeds