Hello .. I'm trying to develop an online trivia game using Flash. Everything is going fine. I have used a tutorial & added some new features but currently I'm having a problem which is the trivia questions & answers are loaded from ASP.NET databases. Actually, I know nothing about ASP.NET. I don't know how to use it to make databases & to load data from them. I use PHP & MySQL. My question is how can I use MySQL instead of ASP.NET to load the data (if possible). If not .. then can you provide me with some tutorials on how to make it in ASP.NET & the server requirements.
The data is loaded like the examples below:
As you may notice, the data is loaded through a url which is not the case when you use MySQL. I'm somehow confused. What do you think ?
The data is loaded like the examples below:
Code:
varSomeVariable.load("[URL unfurl="true"]http://www.yourdomain.com/somedirectory/getthedata.aspx");[/URL]
varTriviaSend.sendAndLoad("[URL unfurl="true"]http://www.yourdomain.com/somedirectory/getthedata.aspx",varReceivetheData,"GET");[/URL]
[URL unfurl="true"]http://www.yourdomain.com/somedirectory/getthedata.aspx?SomeNum=5[/URL]
As you may notice, the data is loaded through a url which is not the case when you use MySQL. I'm somehow confused. What do you think ?