↧
Answer by Nate for Actionscript 3: Reading an RSS feed that requires...
If you're using an http service, you can do basic authorization with by extending the HTTPService : package{ import mx.rpc.AsyncToken; import mx.rpc.http.mxml.HTTPService; import...
View ArticleActionscript 3: Reading an RSS feed that requires authentication
I have an RSS feed that I need to read, but you need to log in with a valid username and password to get the feed. I was wondering if or how to do this using Actionscript 3. Right now I have a very...
View Article