===== FlashMind : Freemind Embedded into WikkaWiki using Flashplayer ===== FlashMind displays the FreeMind map using flash player instead of Java. ==== Basic Usage ==== %% {{flashmind url="http://example.com/freemind.mm" [width=x] [height=x]}} %% ==== Installation ==== ~Download the visorFreeMind.swf file from [[http://www.efectokiwano.net/mm/freeMindFlashBrowser.zip | here]] ~Download the SWFObject.js from [[http://blog.deconcept.com/swfobject/ | here ]] ~put all the above files in `3dparty/plugins/flashmind/` directory. ~put the following php script in `actions/` directory. %%(php;1;flashmind.php) 950) $width = 950; if (!$height) $height = 400; else $height = (int)$height; if ($height>950) $height = 950; if (!$url) $url = $vars[0]; $url = $this->cleanUrl(trim($url)); if ($url) echo '

'.$url.'

Flash plugin or Javascript are turned off. Activate both and reload to view the mindmap

'; ?> %% ---- CategoryUserContributions CategoryFreeMind FreeMind