0

I am trying to open an .swf file from my embedded resources into the micorosoft web browser component but the page comes up blank (plain white).

wb.Navigate("res:\\" + Directory.GetCurrentDirectory() + "\\testusb.exe\\DS4.swf");
leppie
  • 115,091
  • 17
  • 196
  • 297
Lance
  • 19
  • 5
  • possible duplicate of [Run Flash in WPF](http://stackoverflow.com/questions/7607427/run-flash-in-wpf) – Nikolay Kostov Jan 28 '15 at 12:31
  • even if I load a file to memory stream it still turns out blank FileStream file = new FileStream("C:\\Users\\Lance\\Desktop\\DS4.swf", FileMode.Open, FileAccess.ReadWrite); wb.DocumentStream = file; – Lance Jan 28 '15 at 12:44
  • I looked at that question. the solution didn't help. It is still blank – Lance Jan 28 '15 at 12:59

0 Answers0