0

I'm trying to make inside my app mini web browser. But here is fault. It dont show Flash videos (swf).

Is any method how to repair this fail?

user1085907
  • 1,009
  • 2
  • 16
  • 40

1 Answers1

0

You can show flash videos in the windows webrowser control

To get it working you will need change the CPU type of your project to support x86 ( i.e. 32 bit) because the WebBrowser control provides a managed wrapper for the WebBrowser ActiveX control

MSDN

HatSoft
  • 11,077
  • 3
  • 28
  • 43