Are you using AS2 or AS3?
You NEED to add a header to the HTTP request to supply the username and password. It must be base64 encoded (for Basic Authentication).
Check out http://code.google.com/p/as3corelib/ , I think it has some HTTP stuff in there that will do the heavy lifting for you if you're using AS3.



