;

PDA

Click to See Complete Forum and Search --> : How do you connect action script to PHP?


rblanc
05-13-2004, 07:27 PM
I would like to connect action script to PHP, is there a plugin or utility that does this?

necromanthus
05-14-2004, 03:34 AM
Originally posted by rblanc
I would like to connect action script to PHP, is there a plugin or utility that does this?

All you have to do is to declare all your required variables (inside of the SWF and PHP files both) and to use this command line:
this.loadVariables("filename.php","POST");
that's all.
p.s.
visit my KoolMoves section and study the "GuestBook" and/or "Counter" examples.
;)