I have a SWF file on my C# project and I want to execute the ActionScript code in it. Anyone see a possible way to do that directly in C# ?
Best regards,
I have a SWF file on my C# project and I want to execute the ActionScript code in it. Anyone see a possible way to do that directly in C# ?
Best regards,
Assuming that it is a Windows Forms project, maybe you can use the web browser tool. Put a panel inside the form. The size and location of the panel will be the size and location of the browser. Embed the swf file in an html page and load the page from your form through the browser tool.
I should warn you that I haven't tried this.