PDA

View Full Version : How to steal connecting from http service


westony
06-07-2009, 02:02 PM
Okay i dont know how to say it but i wll try... I have a component file, who is having my HTTPService for my LOGIN I use for that a TitleWindow and I want to make a new TitleWindow for User Panel like change password's and etc. Well I want to steal the stream from my Login TitleWindow and to put the information from PHP file in User Control ... Any ideas ??

wvxvw
06-07-2009, 03:55 PM
Add more commas?
Not sure what you need, but, I'll try to guess:
http://livedocs.adobe.com/flex/3/langref/mx/rpc/http/HTTPService.html#lastResult
http://livedocs.adobe.com/flex/3/langref/mx/rpc/http/HTTPService.html#event:result
?

westony
06-07-2009, 07:12 PM
Add more commas?
Not sure what you need, but, I'll try to guess:
http://livedocs.adobe.com/flex/3/langref/mx/rpc/http/HTTPService.html#lastResult
http://livedocs.adobe.com/flex/3/langref/mx/rpc/http/HTTPService.html#event:result
?
I have 2 filles loginPanel and EditPanel

loginPanel have HTTPService called "service"
editPanel have HTTPService called "editService"

I need to import loginPanel's HTTPService into my editPanel and to use it there too I need that "service" 's lastResult i need to use it in my edit Panel did you get it now ?