Page 1 of 1

openspace unloadmap option not working in browser

Posted: 09 Dec 2011, 15:00
by pradeep_c84
HI guys could anyone help me out..the openspace unloadmap option is working in local flash but not in browser...how to make it work in browser...

my browser configuration:

var flashvars = {token: "${accessToken}", accessToken: "${accessToken}", uid: "${uid}"};
var params = {
menu: "false",
scale: "noScale",
allowFullscreen: "true",
allowScriptAccess: "always",
bgcolor: "#FFFFFF"
};
var attributes = {
id:"emota-together",
name:"emota-together",
align:"middle"
};

swfobject.embedSWF(
"${pageContext.request.contextPath}/swf/emota-together.swf?nocache=<%=System.currentTimeMillis()%>",
"emota-together",
"100%",
"100%",
"10.0.0",
"${pageContext.request.contextPath}/swf/expressInstall.swf",
flashvars,
params,
attributes
);

Posted: 12 Dec 2011, 09:58
by Bax
In OpenSpace 1 (which this forum is about) the unloadMap method doesn't exist. Also, you should please provide the detailed steps to test this issue.