loadVariablesNum

I am a newbie for flash…that’s why when I am want to connect my asp files with flash…I got some difficulties…
I used loadVariablesNum(“nameofFile”,"",“POST”) to call my asp file…but somehow…error message keep appearing saying that error loading file…
I want to ask how to connect your ASP with flash so it can sending each other variable…like database(inserting …or delete). Thanks

Make sure that u use localhost prefix when creating on your computer
eg.
loadVariablesNum(“http://localhost/virtualdomain/nameofFile.asp","","POST”)