Hi, Sorry for the simple question, but I pretty much have no programming experience. I'm working in flex and need to download a file. I want to use httpservice. My file is actionscript, not mxml.
Right now I just have: this.httpService.url = "(where to download from on my compter)" First I need to download my 'moo' file. After downloading it and taking data out of the text, I will download my 'foo' files based some algorithms I have to make. So basically I need a step-by-step explanation of using httpService. I've tried searching for a tutorial online but either cannot find a good one, or they are based on mxml. Thanks, chacho

