allowDomain problems

Hi, I just started using MX 2004 (I’ve used MX for a very long time) and I’m having problems accessing an XML file on a remote domain. I’ve gotten this to work in the past with MX, but 2004 is giving me problems. This is the error I’m getting:

*** Security Sandbox Violation ***
Connection to whatever.xml halted - not permitted from http://www.wherever.com/Test/file.swf
file not loaded!

Now, I’ve used the

System.security.allowDomain(“www.whatever.com","www.2ndWhatever.com”);

code, in which I list the 2 domains the info has to go across - I still can’t get it to work. Any suggestions?

(I’ve also checked the properties of the xml and swf file, so that all users can read and execute them)

Thanks!