<span class="q"><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">When you export a freemind map to Flash, you generate several files<br>...(
flashobject.js
, <a href="http://map.mm/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">map.mm</a>, visorFreemind.swf, ...)<br>I have uploaded the .swf produced by this process and used the<br>Cookbook/Flash.<br>
<br><a href="http://pmwiki.confluence.free.fr/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://pmwiki.confluence.free.fr/
</a><br>(Note : See the Freemind Navigation option )<br><br>The "reader" appears but the map is not displayed, ...<br>What is missing ?<br></blockquote></div><br><br></span>At first glance, there is no link to your mindmap in the page.
<br><br>I am not sure to understand what you mean by "exporting a
freemind map to flash". On my site, I have one installation of the
freemind flash viewer, called using a PmWiki cookbook, and I just pass
the name of my mindmaps (
<a href="http://mindmap.mm/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mindmap.mm</a>) as parameter.<br><br>Here is a "snippet" of the code on my site.<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>Hope this helps.<br><span class="sg"><br>Christophe
</span>