How do I run a Flash exe file within a Window/Form in a VB.Net Project?
How do I run a Flash exe file within a Window/Form in a VB.Net开发者_如何转开发 Project? I do not have the SWF file so will have to use the exe file I have.
Maybe you can extract the swf file from the exe flash projector?
There are lots af utils that can do that, like this one.
add flash executable file to your project as embedded resource, during the run time extract to temp folder run the project. at form closing delete the temp older flash executable file.
hope it helps.
精彩评论