Flash browser: Difference between revisions
From FreeMind
Jump to navigationJump to search
Line 8: | Line 8: | ||
* 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. | * 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. | ||
* 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")); | fo.addVariable("initLoadFile", getMap("'''data/'''index.mm")); |
Revision as of 14:47, 10 August 2007
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.0a.
Download
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.
- 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 works fine, except images. after editing the .mm files and added "data/" to all image URLs everything worked fine again.
See also
- Flash browser in action with documentation of the flash browser (at efectokiwano.net)
- Blog on the browser with How-to section showing succintly how to set-up the browser at your site
- Source code of the flash browser in CVS
- Macromedia Flash.
- New version of Freemind flash Browser — discussion thread at Open Discussion forum