<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> On my site, I have one installation of the freemind flash viewer, called<br>> using a PmWiki cookbook,
<br>> and I just pass the name of my mindmaps ( <a href="http://mindmap.mm">mindmap.mm</a>) as parameter.<br><br>Not sure where to install the freemind flash viewer, ..<br>Cookbook "Freemind for dummies" more than welcome ;-))
</blockquote><div><br><br>As far as I remember, you just copy the files coming with the viewer somewhere on your server, and your mindmaps somewhere else.<br><br>Then, for testing purposes, you make an html page containing something like this replacing the paths as required.
<br><br><pre><<span>script</span><span> type</span><br>=<span>"text/javascript"</span>><br>                // <![CDATA[<br>                var fo = new FlashObject("/p/fmfb/visorFreemind.swf", "visorFreeMind", "100%", "100%", 6, "#9999ff");
<br><br>                fo.addParam("quality", "high");<br>                fo.addParam("bgcolor", "#ffffff");<br>                fo.addVariable("openUrl", "_blank");<br>fo.addVariable("initLoadFile", "/w/c/files/Files/aviation/nuages.mm");
<br><br>                fo.addVariable("startCollapsedToLevel","5");<br>                fo.write("flashcontent");<br>                // ]]><br>        </<span>script</span>></pre><br>When you get this working, you can let PmWiki generate this code for you. If needed, I could update and document my own cookbok and publish it some day...
<br><br>Christophe<br></div><br></div>