简体   繁体   中英

How to create SWF movie from C# application?

I'm working on C# application where I get some user input, so I'd like to save it as animation to SWF.

I searched the web for some open library to do that, but I've found only dead links. Is there any open library for that?

Thank you in advance.

If you want to create swf files. Then you will need to generate it with adobe's SDK. http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK And there's an open source flash editor project using java + adobe air may helps you. http://code.google.com/p/minibuilder/

I don't know how I overlooked this project, but there is SwfDotNet.

http://sourceforge.net/projects/swfdotnet/

It seems to be almost what I need, I'll look it through tomorrow.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM