How to display a flash file (.swf) in Web browser control [Windows form]

S

sajin

Hi All,

I am using .Net 1.1 to create my windows form application. I need to
show a flash file (.swf) in the browser. When i load this thought
'Navigate' method, it is giving some script error.

Plz Help

Regards
-Sajin
 
N

Nicholas Paldino [.NET/C# MVP]

sajin,

You are going to have to load an HTML page which has the flash file
embedded in it with an <object> tag.
 
S

sajin

No actually i have a swf file direcly i will give the URL as lets say
C:\test.swf


sajin,

You are going to have to load an HTML page which has the flash file
embedded in it with an <object> tag.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)




I am using .Net 1.1 to create my windows form application. I need to
show a flash file (.swf) in the browser. When i load this thought
'Navigate' method, it is giving some script error.
Regards
-Sajin- Hide quoted text -

- Show quoted text -
 

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