im using these tutorals to put together my data base :
databasing in flash builder in 5 easy lines of code
i wont be using php and xml it seems but i will be using myphpadmin and tokens. the code will all be self generated from https://code.google.com/p/lv3d/downloads/list which is a data driven 3D engine featuring auto-code generation designed specifically for Flash Builder and the new spark architecture.
i will create my first table -
user( id- userid, firstname, surname, gender, email, username, password)
this will be created in myphpadmin
and then my second table -
score (id - userid, score, date, distance)
in flash builder i have created an new flex project - labeled it mydatabase - selected application type for the server as php - set up my web root and root url and then validate my configurations so that the folder is found.
then flash biuld after you hit finish generates all the library files youll need to make your database in flash builder.
No comments:
Post a Comment