如何从 C# 应用程序创建 SWF 影片?
我正在开发 C# 应用程序,在其中获取一些用户输入,因此我想将其另存为 SWF 动画。
我在网上搜索了一些开放库来做到这一点,但我只发现了死链接。有没有开放图书馆?
先感谢您。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想创建 swf 文件。然后您需要使用 adobe 的 SDK 生成它。
http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK
还有一个使用 java + adobe air 的开源 flash 编辑器项目可能会对您有所帮助。
http://code.google.com/p/minibuilder/
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/
我不知道我怎么忽略了这个项目,但是有 SwfDotNet。
http://sourceforge.net/projects/swfdotnet/
这似乎几乎是我所需要的,我明天会仔细查看。
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.