PDA

View Full Version : basic load asp var into flash


and#77
10-27-2003, 11:48 PM
Hi,

I know this would be asked like 1 million times before;

does anyone know where I have find a very basic example of loading a var into flash from a .asp file (flash 5 compliant)?

thanks

binkyboo
10-28-2003, 07:01 PM
loadVariables("test.asp", "");
getURL("test.asp", "", "GET");

and#77
10-28-2003, 09:23 PM
thanks,

and the .asp side code ?