Easy, eh, nothing easy is for me:

var myHTTPService:HTTPService = new HTTPService();
myHTTPService.url = "/_poll/takeit.php?pollid="+_pollid;
myHTTPService.method = "GET"
myHTTPService.send();
                                


What am I doing wrong, not be a luddite, but i need examples of
everything.

Thanks,
Patrick

---- Original Message ----
From: [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] URLRequest  - Want to make a request but
not navigateToURL
Date: Mon, 11 Dec 2006 19:49:05 -0500

>Why are you using URLRequest?
>
> 
>
>HTTPService will do what you want very simply.
>
> 
>
>Tracy
>
> 
>
>________________________________
>
>From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
>On
>Behalf Of [EMAIL PROTECTED]
>Sent: Monday, December 11, 2006 6:56 PM
>To: flexcoders@yahoogroups.com
>Subject: [flexcoders] URLRequest - Want to make a request but not
>navigateToURL
>
> 
>
>Hi,
>
>I want to run a script on page like:
>
>var userURLRequest:URLRequest = new
>URLRequest("/_poll/takeit.php?pollid="+_pollid);
>
>I don't want to navigate to the page just execute the script, how to
>this please?
>
>Thanks,
>Patrick
>
> 
>


Reply via email to