I would like to connect action script to PHP, is there a plugin or utility that does this?
Printable View
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:Quote:
Originally posted by rblanc
I would like to connect action script to PHP, is there a plugin or utility that does this?
this.loadVariables("filename.php","POST");
that's all.
p.s.
visit my KoolMoves section and study the "GuestBook" and/or "Counter" examples.
;)