1

Has anyone ever tried integrating Silverlight with Chromium? If so, do you know of a document listing the steps to make it work? I'm using Delphi 6 and the TChromium component.

TLama
  • 75,147
  • 17
  • 214
  • 392
Robert Oschler
  • 14,153
  • 18
  • 94
  • 227
  • 1
    I don't think it is wise to mix and match 10 year old technology with state of the art stuff and expect it to become a found and stable solution. In this particular case, TChromium does not support Delph 6. http://code.google.com/p/delphichromiumembedded/ – Jeroen Wiert Pluimers May 20 '12 at 09:10

1 Answers1

1

Use a combination of NPAPI and registry settings:

Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265