J_Monty
10-13-2004, 09:53 PM
Hello all,
I have a general question regarding storing and retrieving a user's personal details inside a chat application.
IE: There are 4 users in a chat room. Each of these users will have set of databased details. (age, sex, location, sexual preference, and a personal quote) When you click on a user on the List Box of the application, the users personal details should be available to be viewed.
I am curious what the community thinks (1)would be the best way to retrieve this info from the database, (2)how to pass this info to the flash com server's shared object.
My initial thought was to retrieve this info. from the database on a php page through a set of flash variables, which would be available variables in the session variables. Which would then be stored inside of flash as a set of variables (userDataAge, userDataSex, etc.). But, this is where i am stumped. How would you send these variables to the flash com server's shared object?
I think I have explained this well, if I am unclear, let me know.
Thanks ahead of time,
J_Monty
I have a general question regarding storing and retrieving a user's personal details inside a chat application.
IE: There are 4 users in a chat room. Each of these users will have set of databased details. (age, sex, location, sexual preference, and a personal quote) When you click on a user on the List Box of the application, the users personal details should be available to be viewed.
I am curious what the community thinks (1)would be the best way to retrieve this info from the database, (2)how to pass this info to the flash com server's shared object.
My initial thought was to retrieve this info. from the database on a php page through a set of flash variables, which would be available variables in the session variables. Which would then be stored inside of flash as a set of variables (userDataAge, userDataSex, etc.). But, this is where i am stumped. How would you send these variables to the flash com server's shared object?
I think I have explained this well, if I am unclear, let me know.
Thanks ahead of time,
J_Monty