Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7279115
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T22:58:55+00:00 2026-05-28T22:58:55+00:00

i made a simple html page that includes npruntime plug-in and it works fine

  • 0

i made a simple html page that includes npruntime plug-in and it works fine locally.
of course npruntime object file(npmyapp.dll) has been already registered so browser can load plug-in.

(loading plug-in code is something like ..)

<embed type="application/x-mytestapp" width="400" height="200">

What i want to know is how to require installation if browser can not find plug-in.

for example, when we explore web site including flash player before flash player installed, browser asks installation. how?

any help will be appreciated.
thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T22:59:01+00:00Added an answer on May 28, 2026 at 10:59 pm

    Not 100% certain if you can do with with an embed tag or not (embed tags have given be weird issues throughout the years; I avoid them and use object tags instead) but you can put code inside an object tag that will only show up if your plugin isn’t found.

    <object type="application/x-mytestapp" width="400" height="200">
        <a href="http://mytestapp.com/plugin/plugin_installer.msi">You are missing a plugin; click here to download it</a>
    </object>
    

    That said, my preferred install method is to use javascript to detect if it is installed or not, which you can do by looking at navigator.plugins and either enumerate and check for the mimetype or look it up by name.

    FireBreath has a sample javascript detector/injector that demonstrates this: https://github.com/firebreath/FireBreath/blob/master/Installer/js/fb_installer.js

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I programmed a simple html page with some buttons on them that I made
We made a simple application and using GoogleAppEngineLauncher (GAEL) ran that locally. Then we
Made a simple script that hide/show a hidden div. The page automatically adjusts its
I tried to serve an html page that includes unicode text using django and
I have made a simple html page with an image on it to display
I have a simple nav made up of the following HTML; <div class=inner> <div
For an assignment I've made a simple C++ program that uses a superclass (Student)
I have made my own file type (.ddd) and I made a simple program
I've created a very simple asp.net web page for generating some HTML. The idea
I have a menu made with HTML, using a simple UL with lots of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.