Database values to array values

Hi all,

I’ve created a movie which uses a number of arrays to construct the elements of a flash-based gallery.

What I need is a practical method of getting values from a database into an array via an ASP page.

The plan *was *to load the variables into these arrays using the an asp page and a loadvars object to create a string (basically the array values in quotes separated by commas) which was then to be inserted into the parameters for the creation of the array. Needless to say this hasn’t worked- the create array object seems to interpret the whole string as the first value in the array, i can’t find a way of populating the array from just a single asp page. :bored:

I’ve given up with this method and really need a few pointers.

Thanks