The simplest option is to change the onclick of the button with id: btnBrowse in the fck_image.html file to open up your own file browser. Take a look at how the javascript call works in that file.
The other more painful option is to use a tool like FSRU (File Substring Replacement Utility) or similar to do a search for files containing the string fck_image.html.
You will find that there are a couple of javascript files that contain the links to this file.
You will replace the file references with references to your own image edit file.
RE: change the file browser
RE: change the file browser
http://sourceforge.net/forum/message.php?msg_id=3432602http://sourceforge.net/project/showfile ... _id=153656
RE: change the file browser
The other more painful option is to use a tool like FSRU (File Substring Replacement Utility) or similar to do a search for files containing the string fck_image.html.
You will find that there are a couple of javascript files that contain the links to this file.
You will replace the file references with references to your own image edit file.