// for allowing using http://.....?mindmap.mm mode
function getMap(map){
var result=map;
var loc=document.location+'';
if(loc.indexOf(".mm")>0 && loc.indexOf("?")>0){
result=loc.substring(loc.indexOf("?")+1);
}
return result;
}
var fo = new FlashObject("<?phpechoapi_get_path(WEB_LIBRARY_PATH);?>freeMindFlashBrowser/visorFreemind.swf", "visorFreeMind", "100%", "100%", 6, "#ffffff");
fo.addParam("quality", "high");
//fo.addParam("bgcolor", "#a0a0f0");
fo.addVariable("openUrl", "_blank");//Default value "_self"
fo.addVariable("startCollapsedToLevel","3");//Default value = "-1", meaning do nothing, the mindmap will open as it was saved. The root node, or central node, of your mindmap is level zero. You could force the browser to open (unfold) your mind map to an expanded level using this variable.
fo.addVariable("maxNodeWidth","200");
//
fo.addVariable("mainNodeShape","elipse");//"rectangle", "elipse", "none". None hide the main node. Default is "elipse"
//fo.addVariable("justMap","false");//Hides all the upper control options. Default value "false"
//fo.addVariable("noElipseMode","anyvalue");//for changing to old elipseNode edges. Default = not set
//fo.addVariable("ShotsWidth","200");//The width of snapshots, in pixels.
//fo.addVariable("genAllShots","true");//Preview shots (like the samples on the Shots Width page) will be generated for all linked maps when your main map loads. If you have a lot of linked maps, this could take some time to complete
//fo.addVariable("unfoldAll","true"); //For each mindmap loaded start the display with all nodes unfolded. Another variable to be wary of!
//fo.addVariable("toolTipsBgColor","0xaaeeaa");: bgcolor for tooltips ej;"0xaaeeaa"
// for allowing using http://.....?mindmap.mm mode
function getMap(map){
var result=map;
var loc=document.location+'';
if(loc.indexOf(".mm")>0 && loc.indexOf("?")>0){
result=loc.substring(loc.indexOf("?")+1);
}
return result;
}
var fo = new FlashObject("<?phpechoapi_get_path(WEB_LIBRARY_PATH);?>freeMindFlashBrowser/visorFreemind.swf", "visorFreeMind", "100%", "100%", 6, "#ffffff");
fo.addParam("quality", "high");
//fo.addParam("bgcolor", "#a0a0f0");
fo.addVariable("openUrl", "_blank");//Default value "_self"
fo.addVariable("startCollapsedToLevel","3");//Default value = "-1", meaning do nothing, the mindmap will open as it was saved. The root node, or central node, of your mindmap is level zero. You could force the browser to open (unfold) your mind map to an expanded level using this variable.
fo.addVariable("maxNodeWidth","200");
//
fo.addVariable("mainNodeShape","elipse");//"rectangle", "elipse", "none". None hide the main node. Default is "elipse"
//fo.addVariable("justMap","false");//Hides all the upper control options. Default value "false"
//fo.addVariable("noElipseMode","anyvalue");//for changing to old elipseNode edges. Default = not set
//fo.addVariable("ShotsWidth","200");//The width of snapshots, in pixels.
//fo.addVariable("genAllShots","true");//Preview shots (like the samples on the Shots Width page) will be generated for all linked maps when your main map loads. If you have a lot of linked maps, this could take some time to complete
//fo.addVariable("unfoldAll","true"); //For each mindmap loaded start the display with all nodes unfolded. Another variable to be wary of!
//fo.addVariable("toolTipsBgColor","0xaaeeaa");: bgcolor for tooltips ej;"0xaaeeaa"