I have a asp.net file that shall recieve data from a flash file an process it. The Flash posts data by using the ".sendAndLoad" method, and posts like this: "recieve.aspx?title=hello&text=This is the text"
What is the best method to recieve the data from the Flash and process it? Request.form / request.querysting...?