I just wanted to see how involved (time/technology) it would take to create a Flash piece with login/password and an option to “Save” where you are.
Say you have 5 chapters and the user registers, goes through chapter 1 and 2 answering questions and decides to save their progress.
Later they come back, sign in and they are brought to their location and all of the answers have been stored.
I’ve done some work with php and mysql, so I’m somewhat familiar with the process, but I’ve never done it with flash to this degree.
Would I just store the users info in a table and their “chapter”, then just retrieve it when they log in? Could someone suggest a method or have an example?
Thanks!