Hey everyone,

I am currently writing a site and one of the things it does is read variables from a database (by using the following code to access a php file which does the database lookup):

loadVariablesNum ("loadvariables.php", 0, "POST");

This works perfectly, however following this I load a number of images based on the variables that are returned. I am still quite new to flash so i don't think this is complicated, but i can't work out how to put an eventlistener, or something similar, so i can tell when loadvariables.php has finished loading. Then i can just load the relevant images in the oncomplete section (or the equivalent).

I would be immensely grateful if anyone could point me in the right direction as i can't seem to work it out.

Thanks very much everyone, i really appreciate your help,

Dave