[op5-users] How to Geomap ?
Roman Kyrylych
rkyrylych at n-ix.com.ua
Tue Nov 24 17:40:31 CET 2009
Jean-Marc LE FEVRE wrote:
> I haven't any directory uifx/compiled, and I also not sure how to
> compile it.
You must have it installed anyway - the SWF file is taken from there.
I was confused by your uifx directory copying. You don't need that.
Do you launch geomap from Ninja?
i.e. shell.swf and GMapModule.swf are accessible as
http://{servername}/nagvis/netmap/GMapModule.swf
right?
You can try to put the following file as crossdomain.xml
in the htdocs directory (i.e. http://{servername}/crossdomain.xml):
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM
"http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<site-control permitted-cross-domain-policies="all"/>
<allow-access-from domain="*" to-ports="*" secure="false"/>
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
</cross-domain-policy>
Otherwise, unless some firewall blocks AMF traffic,
I don't know what else may cause "Send failed".
--
Roman Kyrylych
Software engineer
N-iX LLC
Solutions for Your success
http://www.n-ix.com
More information about the op5-users
mailing list