Skip to main content
Inspiring
August 3, 2007
Answered

Can serverside script call php file?

  • August 3, 2007
  • 1 reply
  • 328 views
So, can asc file can call php file via LoadVars or amfPhp (remoting)? Im new to FMS2 and google doesnt seem to help me much to find good information.

Thanks!
    This topic has been closed for replies.
    Correct answer
    Yes. You can use LoadVars and remoting just like you can in client side actionscript. The big difference is that you don't have to worry about sandbox domains, as FMS has no sandbox, so you can make requests on any domain.

    1 reply

    Correct answer
    August 3, 2007
    Yes. You can use LoadVars and remoting just like you can in client side actionscript. The big difference is that you don't have to worry about sandbox domains, as FMS has no sandbox, so you can make requests on any domain.