Displaying Flash content in a C# WinForms application

前端 未结 2 1084
不知归路
不知归路 2020-12-08 06:37

What is the best way to display Flash content in a C# WinForms application? I would like to create a user control (similar to the current

2条回答
  •  暖寄归人
    2020-12-08 07:14

    Sven, you reached the same conclusion as I did: I found the Shockwave Flash Object, all be it from a slightly different route, but was stumped on how to load the files from somewhere other than file on disk/URL. The F-IN-BOX, although just a wrapper of the Shockwave Flash Object seems to provide much more functionality, which may just help me!

    Shooting flys with bazookas may be fun, but an embeded web brower is not the path that I am looking for. :)

    There was a link on Adobe's site that talked about "Embedding and Communicating with the Macromedia Flash Player in C# Windows Applications" but they seem to have removed it :(

提交回复
热议问题