i am trying to run a .swf file in my WPF application, i have created a html page and in that i have referenced my .swf file using
.swf
html
WebBrowser control can support flash directly . If you don't need to present anything in HTML then you can directly provide the path to the flash file .
myWebBrowser.Source = "C:\Test\MyClock.swf"
However you will still get the IE warning message.