Reputation: 32291
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.
Upvotes: 0
Views: 133
Reputation: 5577
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?
Passing params to an external swf via loader
Upvotes: 1