1

If you look at the link below, there is some PHP code called by Flex mxml through HttpService. The PHP code has functions, but the mxml code doesn't call a specific function. How can I use httpservice to call a specific function (in my case, one which takes parameters)?

http://livedocs.adobe.com/flex/3/html/help.html?content=data_access_2.html

Thanks

1 Answer 1

1

I think you may be looking for RPC rather than HTTP calls. The example you linked to uses an HTTPService. Take a look at RemoteObject with PHP. I suspect you are going to have to get into some layer on the server which handles AMF. Here's an article.

Sign up to request clarification or add additional context in comments.

1 Comment

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.