> "Integrate" - I mean that in Android browser, when browser loads an > HTML page that contains the following new MIME Type in <Object> tag, > then like other Webkit based browsers, Android brower should also load > and create instance of associated my browser plug-in. > > <object type="application/x-mytype" width="100%" height="100%" > data="..."> > <param name="source" value="..."/> > </object> > > I am using Android 1.5 SDK on Windows XP (but can switch to any other > required OS), so, I want the following clarifications: > 1) Can I develop a new plug-in based on Netscape Plugin Model (NPAPIs) > using C/C++ language for Android Browser? > 2) How can I install/register new plugin on Android Device and > Emulator? > > Please provide reference(s) to related documentation, if available.
Better yet, I can provide you the proper Web site: http://source.android.com What you want to do is only possible today through firmware modifications, via the Android open source project. If that fits your business needs, I recommend continuing your inquiries on one of their Google Groups: http://source.android.com/discuss You might also keep tabs on the Android NDK project, in case that enables browser plugins without modifying the firmware: http://groups.google.com/group/android-ndk -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
