Using SharePoint web services from Flash: put a cross-domain policy file on your SharePoint server

I a weblog posting on calling SharePoint web services from Flash I forgot to mention that you need to put a special file on the root of your SharePoint server to allow the Flash client to access the web services on the server. This file is called the cross-domain policy file.

Russ asked a question on this in a comment on this posting. I forget to answer this question, sorry Russ.

For more information on the cross-domain policy file see for example this documentation page at Macromedia.

I used FrontPage to drop the file crossdomain.xml in the root of the SharePoint site. The contents of the crossdomain.xml file are in my case:

<cross-domain-policy>
   <allow-access-from domain="*" secure="false" />
</cross-domain-policy>

Published Tuesday, November 22, 2005 11:33 PM by svdoever
Filed under: ,

Comments

Thursday, August 24, 2006 6:16 AM by Xeraee

# Good site

gtqTry Look here!!! it's greatbqv

qcx

obait's really helped mequ

Sunday, September 07, 2008 6:17 AM by Bindu

# re: Using SharePoint web services from Flash: put a cross-domain policy file on your SharePoint server

How do we avoid the windows login popup that appears when we access sharepoint site from a flex page.I have already asked the user to login and lnow the identify od the user. but when the user clicks on the share point link given the user is again prompted to login. After the use logs the share point site loads perfectly. I would want to pass the identity of the user and avoid the login popup dialog.How can this be done?

bindu_vk@hotmail.com

Leave a Comment

(required) 
(required) 
(optional)
(required)