Flash browser: Difference between revisions

From FreeMind
Jump to navigationJump to search
(+two possible limitations)
(rv to last full version)
 
(32 intermediate revisions by 9 users not shown)
Line 1: Line 1:
There is a GNU GPL licenced '''Flash browser''' for FreeMind. [http://www.efectokiwano.net/mm/freeMindFlashBrowser.zip Download it] (50 KB), unzip the archive, and read <tt>readme.txt</tt>, or double click <tt>mindmaps.html</tt>.
There is a GNU GPL licensed '''Flash browser''' for FreeMind. [[#Download|Download it]] (50 KB), unzip the archive, and read <tt>readme.txt</tt>, or double click <tt>mindmaps.html</tt>.


==Download==
==Download==


* [http://www.efectokiwano.net/mm/freeMindFlashBrowser.zip Flash browser]
* [http://sourceforge.net/tracker/?func=detail&aid=2909239&group_id=7118&atid=307118 Flash browser in a SourceForge patch] - heading "Attached File", hyperlink "[http://sourceforge.net/tracker/download.php?group_id=7118&atid=307118&file_id=353955&aid=2909239 download]"
* [http://www.efectokiwano.net/mm/freeMindFlashBrowser.zip Flash browser at efectokiwano.net] - seems broken now
Instead of downloading Flash browser separately, you can export Flash browser from FreeMind application; see [[#Menu]].


==Installation==
==Installation==


*  Unzip the above file and save the following three files to a separate folder:  
*  Unzip the above file "freemindFlashBrowser.zip" and save the following three files to a separate folder:  
  flashobject.js  
**  flashobject.js  
  mindmaps.html  
**  mindmaps.html  
  visorFreemind.swf  
**  visorFreemind.swf  
*  Create your FreeMind mind map and save it to the same folder where you extracted the above three files, e.g. under the name "test.mm".
*  Create your freemind map and save it (ie: test.mm) to the same folder where you extracted the above three files.  
*  Edit the "mindmaps.html" file in Notepad or your favorite plain text editor.
** Change the line 63 containing
*  Edit the mindmaps.html file in notepad. On line 63 you will see the following line:  
**: <code>fo.addVariable("initLoadFile",getMap("freeMindFlashBrowser.mm"));</code>
  fo.addVariable("initLoadFile",getMap("test.mm"));  
*by replacing "freeMindFlashBrowser.mm" with the name of your mind map file.
 
**  Save your changes to the "mindmaps.html" file.
Update this line to include the name of your mindmap file.
* Double clicking on "mindmaps.html" should now show your mind map file in the web browser, which in its turn should contain the flash browser embedded.
*  Save your changes to the mindmaps.html file. Double clicking on mindmaps.html will now show test.mm in the browser.


==Documentation==
==Documentation==
Line 32: Line 32:


The latest version of the Flash browser is 1.0b.
The latest version of the Flash browser is 1.0b.
Version history of the Flash browser:
{| {{Table style}}
! Release date
! Version
! Note
|-
| 2007-10-01 || v1.0b ||
|-
| 2007-04-09 || v1.0a ||
|-
| 2007-04-08 || v99 ||
|-
| 2006-09-14 || v98 ||
|-
| 2006-01-31 || v97 ||
|-
| 2006-01-19  || v96 ||
|}
All the release dates are estimated from the dates of release announcements in [http://sourceforge.net/projects/freemind/forums/forum/22101/topic/1423817 this thread].


==Feedback==
==Feedback==
Line 38: Line 59:


* [http://sourceforge.net/forum/forum.php?thread_id=1423817&forum_id=22101 New version of Freemind flash Browser &mdash; discussion thread] at Open Discussion forum
* [http://sourceforge.net/forum/forum.php?thread_id=1423817&forum_id=22101 New version of Freemind flash Browser &mdash; discussion thread] at Open Discussion forum
* [http://sourceforge.net/projects/freemind/forums/forum/22101/topic/1811274 "Praise to FreeMind flash browser"], Open Discussion forum; please post your praise dedicated specifically to the Flash browser here
==Menu==
* File > Export > As Flash ...
The flash browser is also exported by FreeMind using the mentioned menu item.


==Troubleshooting==
==Troubleshooting==
Line 45: Line 72:
For an "Apache" server, adding the following lines in the "htaccess" file may resolve the problem:
For an "Apache" server, adding the following lines in the "htaccess" file may resolve the problem:
: <code>AddType application/x-shockwave-flash  swf</code>
: <code>AddType application/x-shockwave-flash  swf</code>
: <code>AddType application/x-freemind mm/code>
: <code>AddType application/x-freemind mm</code>


If your mindmap is called, for instance, "work_map.mm", change its name into "index.mm": it will work. ''How do you know that it will work for the user? What is the explanation of the problem and the solution?''
If your mindmap is called, for instance, "work_map.mm", change its name into "index.mm": it will work. ''How do you know that it will work for the user? What is the explanation of the problem and the solution?''
Line 59: Line 86:
==Limitations==
==Limitations==
* Possibly, support for images in nodes is missing; Flash browser does not show the images that are shown by the standalone FreeMind[verify].
* Possibly, support for images in nodes is missing; Flash browser does not show the images that are shown by the standalone FreeMind[verify].
* Possibly, support for rich text nodes is missing; Flash browser does not show the rich text nodes that are created by the standalone FreeMind[verify].
* Rich text nodes shown as plain text: Flash browser shows the rich text nodes that are created by the standalone FreeMind as plain text, showing no boldface, italics and other rich text formatting.<!-- verified with FreeMind 0.9.0 RC6 and Flash browser v1.0b -->
* Limit on the number of nodes: Flash Browser v1.0b is unable to display mind maps with more than 1004 nodes.[http://sourceforge.net/tracker/index.php?func=detail&aid=1866657&group_id=7118&atid=107118]
 
==Source code==
The source code of Flash browser is stored in CVS, in the latest version v1.0b.
* [http://freemind.cvs.sourceforge.net/freemind/flash/ Source code of the flash browser in CVS]
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/flash/source/visorFreeMind/Main.as?view=log CVS - flash browser - source/visorFreeMind/Main.as], showing changes on Oct 1 2007 in its revision history
 
==Authors==
The author of Flash browser for FreeMind is Juan Pedro.


==See also==
==See also==
* [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://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 &mdash; discussion thread] at Open Discussion forum
* [http://sourceforge.net/forum/forum.php?thread_id=1423817&forum_id=22101 New version of Freemind flash Browser &mdash; discussion thread] at Open Discussion forum
[[Category:Main]]

Latest revision as of 11:06, 22 November 2010

There is a GNU GPL licensed Flash browser for FreeMind. Download it (50 KB), unzip the archive, and read readme.txt, or double click mindmaps.html.

Download

Instead of downloading Flash browser separately, you can export Flash browser from FreeMind application; see #Menu.

Installation

  • Unzip the above file "freemindFlashBrowser.zip" and save the following three files to a separate folder:
    • flashobject.js
    • mindmaps.html
    • visorFreemind.swf
  • Create your FreeMind mind map and save it to the same folder where you extracted the above three files, e.g. under the name "test.mm".
  • Edit the "mindmaps.html" file in Notepad or your favorite plain text editor.
    • Change the line 63 containing
      fo.addVariable("initLoadFile",getMap("freeMindFlashBrowser.mm"));
    • by replacing "freeMindFlashBrowser.mm" with the name of your mind map file.
    • Save your changes to the "mindmaps.html" file.
  • Double clicking on "mindmaps.html" should now show your mind map file in the web browser, which in its turn should contain the flash browser embedded.

Documentation

There are the following documentation resources for Flash browser:

  • readme.txt, delivered with the Flash browser
  • http://www.efectokiwano.net/mm/ - a mind map that documents Flash browser, viewable in the Flash browser. To view the documentation, follow the link, and in the main mind map that gets shown, follow the path "mindmaps > FreeMindFlashBrowser > Info", which loads another mind map, the documentation one.
  • freemindFlashBrowser.mm -- a direct link to the mind map that documents Flash browser
  • mindmaps.html -- an example HTML file that loads the Flash file

Version

The latest version of the Flash browser is 1.0b.

Version history of the Flash browser:

Release date Version Note
2007-10-01 v1.0b
2007-04-09 v1.0a
2007-04-08 v99
2006-09-14 v98
2006-01-31 v97
2006-01-19 v96

All the release dates are estimated from the dates of release announcements in this thread.

Feedback

To provide feedback, please post to:

Menu

  • File > Export > As Flash ...

The flash browser is also exported by FreeMind using the mentioned menu item.

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. How do you know that it will work for the user? What is the explanation of the problem and the solution?

If you encounter the error "Flash plugin or Javascript are turned off.", check the following:

  1. Verify that the latest version of Flash is installed, and Javascript is enabled.
  2. Verify your version of Flash. If you have version 10, and have an older copy of freeMindFlashBrowser.zip (pre Oct 2008) installed, there may be an issue with your version of flashobject.js (See the message in the Open Discussion forum for more details. To fix the issue, re-download the Flash browser and update your copy of flashobject.js.

A user's note: 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.

Limitations

  • Possibly, support for images in nodes is missing; Flash browser does not show the images that are shown by the standalone FreeMind[verify].
  • Rich text nodes shown as plain text: Flash browser shows the rich text nodes that are created by the standalone FreeMind as plain text, showing no boldface, italics and other rich text formatting.
  • Limit on the number of nodes: Flash Browser v1.0b is unable to display mind maps with more than 1004 nodes.[1]

Source code

The source code of Flash browser is stored in CVS, in the latest version v1.0b.

Authors

The author of Flash browser for FreeMind is Juan Pedro.

See also