| View previous topic :: View next topic |
| Author |
Message |
Aidan80
Joined: 09 Mar 2007 Posts: 1
|
Posted: Fri Mar 09, 2007 4:46 pm Post subject: Using PHP within flash 8 |
|
|
Hi
I trying to get PHP to work within a flash website that allows a member to login in or registers a new visitor. The member details is stored in a mysql database. I have the PHP working within html but i dont know how to call the PHP within the actionscript. Any help would be greatly appreciated.... |
|
| Back to top |
|
 |
|
|
flabbyrabbit 500+ Club

Joined: 25 Jan 2007 Posts: 623 Location: Midlands, England
|
Posted: Fri Mar 09, 2007 5:31 pm Post subject: Re: Using PHP within flash 8 |
|
|
When i attempted to do this in flash not long ago i had great trouble. I found two ways of doing it though. The first is a complicated method of sending the informaition to the php which worked really well but i caint remember how i did it. The other way is to use variables in the php so the flash just redirects you to another page with those variables, for example if u registered tom then it would go to http://..........add.php?user=tom or somthing like that. This is obvously not very secure but it works. I will try and findout the other way which is alot more secure.
Flabby Rabbit |
|
| Back to top |
|
 |
|