I'm trying to get a .swf file stored on a website to access files stored on my SharePoint server and I am having trouble getting the crossdomain.xml file on the SharePoint server to work properly. I am somewhat confused on where to place the file. At the moment it is located in the folder containing the relevant files. That folder is in one of the subdomains of the main site. I'm not sure that that's correct.
Asked
Active
Viewed 161 times
0
-
Can you please post the contents of the crossdomain.xml? – ezekielDFM Aug 21 '12 at 14:53
-
– avorum Aug 21 '12 at 15:02 -
– avorum Aug 21 '12 at 15:03
1 Answers
0
It looks like your xml has some issues. You don't need those semicolons. Also, if you just want to allow cross domain access to your entire site you can use a wildcard instead of the domain, which i think also has some issues. Check out this previous "stack overflow" question and try using their crossdomain snippet.

Community
- 1
- 1

ezekielDFM
- 1,947
- 13
- 26