Universal Messaging 9.10 | Universal Messaging Developer Guide | Web Client APIs | Web Developer's Guide for Adobe Flex | Examples | Sample Flash Cross Domain Policy
 
Sample Flash Cross Domain Policy
Adobe Flash requires a crossdomaim.xml file to be in the root directory of a web server that is providing information via a http stream to a flash application.
Note this is an example cross domain policy only it is not secure, use for testing purposes only.

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy
SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<site-control permitted-cross-domain-policies="all"/>
<allow-access-from domain="*" to-ports="80,443" />
<allow-http-request-headers-from domain="*" headers="*" />
</cross-domain-policy>

Copyright © 2013-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.