Can anyone enlighten me on using the "load variables" function in a locally executed projector file that will retrieve data from a perl script from an external server?

I have several movies that use this action. Some of them work fine others don't!

Right now I am having big trouble in getting an Online database with user input to load correctly into the projector.

This is what I found so far:

If the value of a scalar is manually set in the Perl script Flash can load the variables into the MC of the local projector file correctly.

If the perl script reads through the database and dynamically sets the variables according the database these specific dynamically set variables are not loaded into the MC!

If I upload the same flash movie to the server and run it from there it does load the contents correctly!

Another projector file (a game) is able to communicate with the online database of high scores so in this case the dynamically generated scalars are sent correctly to the projector file.

I am kind of lost here!

Anyone knows what's happening?

Raoul