Use this.mouseX and this.mouseY to get the point, then on the click handler create a new instance of HTTPService and pass them as parameters (see the documentation)
On Wed, Jul 2, 2008 at 2:03 PM, pankajtandon2003 <[EMAIL PROTECTED]> wrote: > Hello, > I've got a flex swf Panel say that I'm asking the user to click on. > Once he has clicked, I would like to sent a http request (preferably a > POST) to a back end server with the values of the coordinates of the > point he has clicked on. > > Any suggestions on how I could affect this? > > TIA, > > Pankaj > > >