I need to pass along an incoming xml post request using as3? Is there a simple way to just pass that request through an as3 application? I don't want to do anything with the request other than send it along to its destination.
0
votes
What do you mean by 'pass along'? You're being very vague in your description.
- J_A_X
What is your destination? How is the App getting the request?
- JeffryHouser
There is a flash app sending a request to the as3 app. The as3 app needs to send the request (as is) to another application.
- chobo
@chobo How is the Flash App sendig a request to the AS3 app? LocalConnection?
- JeffryHouser
Flash is sending an xml request via POST? To be honest I'm not sure if that is Flash or Java or some combination. It's third-party. I just want to know how to handle incoming requests in actionscript. It's super easy in c#.
- chobo
1 Answers
1
votes
I'm not sure what exactly you're asking (some code would be helpful) but in the meantime I think these could be helpful to you:
AS3 - How do you receive parameters in a swf from a GET request?