Flash browser: Difference between revisions

From FreeMind
Jump to navigationJump to search
Line 28: Line 28:


* [http://www.efectokiwano.net/mm/ Flash browser in action] with documentation of the flash browser (at efectokiwano.net)
* [http://www.efectokiwano.net/mm/ Flash browser in action] with documentation of the flash browser (at efectokiwano.net)
* [http://fb.stikipad.com/fb/show/HomePage Blog on the browser] with [http://fb.stikipad.com/fb/show/HowToUse How-to section] showing succintly how to set-up the browser at your site
* [http://freemind.cvs.sourceforge.net/freemind/flash/ Source code of the flash browser in CVS]
* [http://freemind.cvs.sourceforge.net/freemind/flash/ Source code of the flash browser in CVS]
* [http://en.wikipedia.org/wiki/Macromedia_Flash Macromedia Flash].
* [http://en.wikipedia.org/wiki/Macromedia_Flash Macromedia Flash].
* [http://sourceforge.net/forum/forum.php?thread_id=1423817&forum_id=22101 New version of Freemind flash Browser — discussion thread] at Open Discussion forum
* [http://sourceforge.net/forum/forum.php?thread_id=1423817&forum_id=22101 New version of Freemind flash Browser — discussion thread] at Open Discussion forum

Revision as of 15:15, 16 October 2008

There is a GNU GPL licenced Flash browser for FreeMind. Download it (50 KB), unzip the archive, and read readme.txt, or double click mindmaps.html. The latest version of the Flash browser is 1.0b.

Download

Feedback

To provide feedback, please post to:

Troubleshooting

  • If the Flash browser is working but it shows an empty map, see if you can load your freemind file in a webbrowser. I had to rename the .mm to .xml (and adapt the .html) because my provider won't serve file of which the mime type can't be inferred. It didn't know how to handle mm-files and instead showed a 404 error page.
  • for an "Apache" server, adding the following lines in the "htaccess" file may resolve the problem :

AddType application/x-shockwave-flash swf
AddType application/x-freemind mm

  • if your mindmap is called, for instance, "work_map.mm", change its name into "index.mm" : it will work
  • The browser works fine. I tried to put all FreeMind related files (.mm, .jpg) in a subfolder "data" and changed the line to

fo.addVariable("initLoadFile", getMap("data/index.mm"));

and everything worked fine, except images. After editing the .mm files and adding "data/" to all image URLs everything worked fine again.

See also