Why are you using URLRequest?
HTTPService will do what you want very simply. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, December 11, 2006 6:56 PM To: [email protected] 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

