=====Display Freemind mindmaps with a Flash plug-in===== This code display Freemind mindmaps with a **flash plug-in** (it can replace the Java plug-in). This code is **based on the [[http://wiki.splitbrain.org/plugin:freemind | DokuWiki plug-in]]**. ''It would be great if someone could improve it.'' ====How-to install this beta action ?==== - You need to **download [[http://www.efectokiwano.net/mm/prototipo.html | the package]] with the Flash viewer**, and you can see the discussion about it on [[http://sourceforge.net/forum/forum.php?thread_id=1423817&forum_id=22101 | Sourceforge]]. - Create a new action, ##flashmindmap.php## for example. - You need to replace ##".$path2file."## with your own value. - Upload the file and the content of the zip package on your website. - Use the syntax ""{{flashmindmap http://path/of/my/mindmap.mm}}"" ====Source code==== %%cleanUrl(trim($mindmap_url)); $height = $this->htmlspecialchars_ent(trim($vars['height'])); if ($mindmap_url) { $output = "". "
". " Flash plugin or Javascript are turned off.". " Activate both and reload to view the mindmap". "
". ""; "Download this mind map :: Use Freemind to edit it.
\n"; print($output); } ?>%% ====Bugs==== - This code works on Internet Explorer 6.0, Firefox (but there is a bug and it is not well displayed). ====Future improvments==== - ... CategoryFreemind