Hello,
I am trying SparkWeb and found out that the connectionType http isn’t working in Firefox 10 and Flash 11.
I have tested it with Firefox 3, too.
It works with Chrome and Internet Explorer.
It seems that the swf file is cutting the domain, so it isn’t resolvable.
I have following configuration:
function jive_sparkweb_getConfig()
{
return {
server: "jabber.de.company.corp",
location: window.location.href,
port: 80,
connectionType: "http",
bindPath: "/http-bind/",
autoLogin: "false",
policyFileURL: "http://jabber.de.company.corp/crossdomain.xml"
};
}
But the swf file is searching for http://jabber/crossdomain.xml.