A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: How do you connect action script to PHP?

  1. #1
    Senior Member
    Join Date
    Apr 2004
    Location
    Los Angeles
    Posts
    198

    How do you connect action script to PHP?

    I would like to connect action script to PHP, is there a plugin or utility that does this?

  2. #2
    undead creature necromanthus's Avatar
    Join Date
    Feb 2002
    Location
    ROM
    Posts
    1,890

    Re: How do you connect action script to PHP?

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center