After downloading and installing Flash 8 today, I found myself in a serious crisis — Mike Chambers Flash Resource Manager has become an indispensable part of my daily workflow and I couldn’t access Flash 8 help through it. Knowing a busy Mike was unlikely to provide an update in a timely fashion (read today) , I did what any developer would do–I decided to “help myself”.
After quickly peering at the install folder I found an easy solution:
- Open the file app.config in Notepad or Wordpad (found along this path in Windows — C:\Program Files\Flash Resource Manager\config\app.config).
- Change the following 3 lines to reflect the paths created by your Flash 8 install:
- <flashhowtodirpath>C:\Documents and Settings\All Users\Application Data\Macromedia\Flash 8\en\Configuration\HelpPanel\HowDoI</FlashHowtoDirPath>
- <userhelpdirpath>C:\Documents and Settings\[user name]\Local Settings\Application Data\Macromedia\Flash 8\en\Configuration\HelpPanel\Help\</userhelpdirpath>
- <flashhelpdirpath>C:\Documents and Settings\All Users\Application Data\Macromedia\Flash 8\en\Configuration\HelpPanel\Help\</flashhelpdirpath>
- Save the file.
- Relaunch Flash Resource Manager
That’s it! You should now see the Flash Help docs in the tree view and continue to have tabbed help available to assist your coding endeavors.
5 Comments
You’re the man! TY!
Thank you. Sad thing is I didn’t really realize how useful the Resource Manager was until I saw that people named it an important part of their workflow. Too many extensions and downloads to explore them all. It’s part of mine now.
M
You might also be interested in a .chm file. I use editplus to write AS and chm are indispensible with quick access from the user toolbar.
http://jimbob.blueidea.com/tmp/F8HELP.CHM
Cheers
N
I don’t know if I’m doing something wrong, but, do you know how to install Flash Resource Manager with .NET Framework 2.0 installed? It doesn’t seem to be compatible with it…
The last thing I heard, the app wasn’t compatible with the .NET 2.0 beta.
http://weblogs.macromedia.com/mesh/archives/2005/09/flash_resource_5.cfm
Mike also mentioned he was thinking of open sourcing the project so that it could be maintained by the community.
One Trackback
[...] I took my First look at Mike Chambers’ resource manager today and want to kick myself for not having investigated it a long time ago. I actually went ahead and updated it to Flash 8 thanks to this tutorial by Brooks [...]