I’m have a flash file which loads an xml file sub.domain.com/data.xml. It loads fine when the swf is loaded from sub.domain.com but it does not load from www.sub.domain.com.
It’s all the same directory on the webserver. I tried using crossdomain.xml and allowed access from *.sub.domain.com. Doesn’t work.
Any idea what would work? besides using php to determine the current domain (www or not) and load in the path via flashvars.