Is there anyway to connect to a database through Flash...
I only wanna do some basic.. delete from a table entry.. and add to it...
to do things with games and stuff for my site...
Flash and MySQL
Moderator: General Moderators
HmMmm
Too bad I'm new to that whole thing.. lol
Otherwise I'd try finding it in flash-db.com or something...
:-/
Does Flash actually CONNECT to the mysql, or do u need flash to call up some php file on a server, then that calls the mysql, and then flash can interpret it...?
Hmmm...
Otherwise I'd try finding it in flash-db.com or something...
:-/
Does Flash actually CONNECT to the mysql, or do u need flash to call up some php file on a server, then that calls the mysql, and then flash can interpret it...?
Hmmm...
I just had to do this
I used actionscript
flash sends some variables via POST then doit.php does the database functions based on those and echos out the result like
status=done
I used actionscript
Code: Select all
this.loadVariables("http://www.mysite.com/doit.php",'POST');status=done