Is it possible to POST a few variables to a new browser window (_blank for example) in as2? I can’t seem to find any examples via Google.
Obviously for GET I could use getURL(url,target) but I can’t find any similar functions for post.
Can someone point me in the right direction?
Use LoadVars.send method.