chobo
chobo

Reputation: 32291

How to relay request in as3?

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

Answers (1)

jhocking
jhocking

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

Related Questions