WebBrowser and Flash

  • Thread starter Thread starter lior
  • Start date Start date
L

lior

Hi,

I have a windows forms application in c# with a WebBrowser control
(AxWebBrowser).
I navigate() the control to an html page which has a flash in it. It
works fine on most OS's.
only when i install the application on Windows Server 2008 or 2003 the
flash is not displayed
(It shows an X). In the Internet Explorer (IE8) on that machine when i
browse to that page the
flash is displayed.

Anybody have any idea?

Thanks,

Lior.
 
Hi,

I have a windows forms application in c# with a WebBrowser control
(AxWebBrowser).
I navigate() the control to an html page which has a flash in it. It
works fine on most OS's.
only when i install the application on Windows Server 2008 or 2003 the
flash is not displayed
(It shows an X). In the Internet Explorer (IE8) on that machine when i
browse to that page the
flash is displayed.

I vaguely recall that Server 2008 is 64 bit only and there is no Flash for
64 bit yet (long may that continue).
 
Back
Top