macromedia

Displaying Flash content in a C# WinForms application

邮差的信 提交于 2019-11-28 05:17:12
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 PictureBox ) that will be able to display images and flash content. It would be great to be able to load the flash content from a stream of sorts rather than a file on disk. While I haven't used a flash object inside a windows form application myself, I do know that it's possible. In Visual studio on your toolbox, choose to add a new component. Then in the new window that appears choose the "COM Components" tab to get a list in which you can find the

Displaying Flash content in a C# WinForms application

旧巷老猫 提交于 2019-11-27 05:32:10
问题 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 PictureBox ) that will be able to display images and flash content. It would be great to be able to load the flash content from a stream of sorts rather than a file on disk. 回答1: While I haven't used a flash object inside a windows form application myself, I do know that it's possible. In Visual studio on your toolbox, choose to add a new component. Then in