>> This worked for me without anything special. So did loading youtube >> pages with flash animations. I did use --enable-plugins in my .mozconfig >> file when compiling xulrunner SDK from mozilla 1.9.1 sources for >> Firefox, but I would not say this is the key to it. I would rather think >> that having Firefox with the add-on installed was the thing that helped. >> If not look for a file called nsnull.* in the SDK and try to put the pdf >> plugin there. Not sure about the Adobe license for doing that, though, >> so you should check it. > > hmm, I never experienced any problems with youtube in the embedded > browser either, > but pdf never worked good. It starts, shows the page, sometimes even > allows me to scroll for a bit, then at some point the > plugin explicitly raises exception with 0xc06d007f code (in acrord32.dll). > Looks like 'DelayLoad Export Missing' and I'm not sure what to do with > this. > > hmm, just found the reason for the problem. It was indeed delayload. It's appeared that sqlite distributed with my application didn't export sqlite3_open_v2 entry point. After I replaced the dll with one that was built with browser, everything started working fine. So, pdf works good too.
_______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
