Creating flash slideshlow c#
We have a few flash files f1.swf, f2.swf .... fn.swf. We would like to be able to display a slide show of these different files in c# using winforms. Each flash file is a slideshow by itself. At the end of slideshow for f1 we need to display a message and ask the user to repeat it or continue. Just wondering if anyone has any suggestions how to achieve this. Thank开发者_如何学Pythons N
I think this is what you're looking for: How to Play Flash (SWF) inside C#
EDIT: also here is some interesting stuff: Example C# Code for Reading Flash (SWF) Files
精彩评论