[flexcoders] Passing a varibable back to ActionScript via HTTPRequest

2008-12-18 Thread wkolcz
I have a CF page that generates a Unique ID (UUID). I have an HTTPRequest passes information to a CF page and I want it to generate the number and then return it to ActionScript where it can use it as a local variable. Any idea on how to do that? Does the HTTPRequest return a value? Does it have

RE: [flexcoders] Passing a varibable back to ActionScript via HTTPRequest

2008-12-18 Thread Tracy Spratt
] On Behalf Of wkolcz Sent: Thursday, December 18, 2008 12:26 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Passing a varibable back to ActionScript via HTTPRequest I have a CF page that generates a Unique ID (UUID). I have an HTTPRequest passes information to a CF page and I want

Re: [flexcoders] Passing a varibable back to ActionScript via HTTPRequest

2008-12-18 Thread Nate Beck
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *wkolcz *Sent:* Thursday, December 18, 2008 12:26 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Passing a varibable back to ActionScript via HTTPRequest I have a CF page that generates a Unique ID (UUID). I have