<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&nbsp;&nbsp;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 :&nbsp;&nbsp;See the Freemind Navigation option )<br><br>The &quot;reader&quot; 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 &quot;exporting a
freemind map to flash&quot;.&nbsp; 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 &quot;snippet&quot; of the code on my site.<br><pre>&lt;<span>script</span>
<span> type</span><br>=<span>&quot;text/javascript&quot;</span>&gt;<br>                // &lt;![CDATA[<br>                var fo = new FlashObject(&quot;/p/fmfb/visorFreemind.swf&quot;, &quot;visorFreeMind&quot;, &quot;100%&quot;, &quot;100%&quot;, 6, &quot;#9999ff&quot;);
<br><br>                fo.addParam(&quot;quality&quot;, &quot;high&quot;);<br>                fo.addParam(&quot;bgcolor&quot;, &quot;#ffffff&quot;);<br>                fo.addVariable(&quot;openUrl&quot;, &quot;_blank&quot;);<br>fo.addVariable(&quot;initLoadFile&quot;, &quot;/w/c/files/Files/aviation/nuages.mm&quot;);
<br><br>                fo.addVariable(&quot;startCollapsedToLevel&quot;,&quot;5&quot;);<br>                fo.write(&quot;flashcontent&quot;);<br>                // ]]&gt;<br>        &lt;/<span>script</span>&gt;</pre><br>Hope this helps.<br><span class="sg"><br>Christophe
</span>