Sending data from ASP to Flash 8

[FONT=Arial][SIZE=2]I have come across a strange situation while trying to call data from asp pages.

In my flash file, I have 2 dynamic text fields, each one is pointing to a different asp page on a server. The strange thing is that when testing locally it works but when testing the swf online, the word ‘undefined’ shows up. I’m lost and am not sure what else to try.

Here is the AS I’ve placed in the first frame of my movie:

var msg
var jackpot
loadVariablesNum("[[COLOR=#003366][U]http://www.mysite.com/hotpot_jackpot.asp[/U][/COLOR]](http://www.mysite.com/hotpot_jackpot.asp)", 0);
loadVariablesNum("[[COLOR=#003366][U]http://www.mysite.com/hotpot_msg.asp[/U][/COLOR]](http://www.mysite.com/hotpot_msg.asp)", 0);

Any help to put me in the right direction would be greatly appreciated.

Thanks
[/SIZE][/FONT]