Flash MX: How do I get asp in my flash page

I have my flash, but i have to load the projects out of a database…
Can somebody help…
I already know that it’s something like this.

Load Variables(“Project.asp?ID=3”, “MainPage”);

Hope you guys can help me… because this doesn’t work… :*(
Greetz The Quick

Here:

dataHandler = new LoadVars();
dataHandler.sendAndLoad("Project.asp?ID=3", dataHandler, "POST");
dataHandler.onLoad = function(){
//assign here what u would like to have on load the asp file
}

h88 :bandit: