I am getting news from Yahoo using an RSS feed, using:
XML.load("http://finance.yahoo.com/rss/topstories")
Yea this is legal and all, and although it works perfectly when my SWF is offline -- it shows a security error, but I allow my D drive "domain" in the Adobe Security Panel.
But as soon as I upload it to my server, and test it online:
In Firefox3 the data fails to load, giving me a message on the status bar "Transferring data from finance.yahoo.com"
In InternetExplorer7 it fails silently with no message or warning.
Whats happening? I've even put a crossdomain.xml file with a * wildcard (allowing all domains).