hi all, I have a project making a browser on linux-os that'll be written to eprom on a box.. I've done all of Doug Turner's say on "how to" at www.mozilla.org/projects/embedding in making that browser. The steps is like this: 1. build mozilla 2. choose files in mozilla/dist/bin that listed at mozilla/embedding/config/basebrowser-unix and copy them to a directory 3. set MOZILLA_FIVE_HOME to that directory 4. run the application (mine is based on skipstone from muhri.net) it doesnt work.. required some other files for runtime, I copy them then.. it works, but at first time it can't render shockwave-flash and java-applet files I copy thze shockwave-flash plugins from mozilla and download jre.xpi from home.netscape.com/plugins/jvm.html I extract jre.xpi and copy the jre-image to my embed's plugins directory It now, can render jscript, applet, and flash The find feature always return "not found".. I copy mozilla/components/libtxtsvc.so to fix it The problems are all fixed now, but... whaw, it's become so huge.. it's about 49 Mb (the jre plugins are about 37 Mb) Can you help me to make this huge project more slim?? (I use eprom that has 40 Mb capacity) thanks beforeward,
