Showing Flash file (.swf) in Web browser control.

S

sajin

Hi All,

I am using .Net 1.1 VS 2003 to create my windows form application. Is
there any way to show a .swf file like the way we show it in internet
browser. when i used 'Navigate' methos od Web browser, it is giving me
a script error.

Plzzz help

Regards
-Sajin
 
S

Samuel R. Neff

We had problems instantiating Flash objects within the WebBrowser
control and switched to AxSHDocVw.AxWebBrowser which works fine.

Another option if you don't need to show HTML is to host the flash
browser directly which also will give you more control.

Also, it would be helpful to post the exact script error and the
script causing the error.

HTH,

Sam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top