Hello!
I am trying to import a rss feed which is password protected into my flash rss reader application.
I tried using this format
loadXml.load(“http://username:password@somesite/rssfile.xml”);
but it does not work 
Is there anyone out there who was able to solve this problem?
All help is appreciated.
Thanks