Loadvariablesnum problem

hi everyone

i have the following problem.

scenario:
I have a flash movie that goes to an asp page, which goes to a database.
From the database it goes back to an asp page and then to another flash movie.

idea:
flash movie 1 has a form and flash movie 2 must display the content of the form. When the 1st movie changes, I want to change movie 2 with it. It’s all working fine (database changes) except that when I change the content of the form, it doesn’t refresh the 2nd movie.

the code i use to get the information is:
loadVariablesNum(_root.myUrl+“mypagename.asp”, 0);

this sits in a empty movieclip which is 12 frame long (so it only checks it once a second). But it doesnt seem to refresh it.

can anyone help?

edit:
never mind i solved it by changing the variables with a function