Download NeptuneLabs Document
Transcript
Configuration 2. Preventing Security Popup with Flash MX 2004™ plug-ins From Flash MX 2004™ Macromedia modified the security model of Flash plug-ins regarding the cross domain policy. To avoid security messages popping up when FSI Viewer tries to retrieve data from the Imaging server you have to add an XML file to the root directory of the imaging server being requested. The file contains information about domains that are allowed to retrieve data from the specific domain and has to be named 'crossdomain.xml'. Example – crossdomain.xml <?xml version="1.0" encoding="iso-8859-1"?> <cross-domain-policy> <allow-access-from domain="*" secure="false" /> </cross-domain-policy> Please refer to the Macromedia® documentation for more information regarding 'cross domain security'. 26 NeptuneLabs – FSI Viewer