On Wed, Jun 24, 2009 at 4:42 AM, Non-Stick <[email protected]>wrote:: > > <embed id="MY_PLUGIN" type="application/my-plugin" > width=640 height=480 > pluginspage="http://mysite.com/test/npapi/chrome/ > myplugin.crx"> >
..snip.. > What am I doing wrong ? > You can't embed Chrome extensions (.crx files). You can only embed NPAPI plugins. These are two different beasts. CRX files must be manually installed by the user - embed won't download them for you. --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
