I am developing a quiz software in Adobe Flash cs5.5. So the software could use a database for displaying questions and keeping scores. I am planning to develop it as normal application (Visual Basic like) that can retrieve questions and update scores.
I searched everywhere, but I couldn't. I could see only connecting to server side database using PHP and MYSQL. My application is a stand alone one. I think there is some way to connect a database using ActionScript 3.0. So how can I connect to flash cs5.5 with any kind of database?