Skip to main content
Participant
December 13, 2015
Question

Flash Player plugin

  • December 13, 2015
  • 1 reply
  • 163 views

Hello,

I am a programmer

I am making an advanced webbrowser for a game, I want to install Flash player plug in into my browser, but I dont know how, could someone help me ?

btw: I am using Visual Basic 2010

This topic has been closed for replies.

1 reply

jeromiec83223024
Inspiring
December 14, 2015

You would want to implement one of the established browser plugin interfaces, like PPAPI or NPAPI, at which point, you could detect and utilize the Flash plugin(s) on the system.  The Chromium and Firefox project would be decent references.  This is non-trivial.