|
|
In my spare time, I've been working on a tool that converts Adobe/Macromedia Flash (.SWF) files to XAML. Unlike my Adobe Illustrator to XAML export plug-in that was implemented in native code, this tool is a fully managed code application (managed code rocks!). The current version of the tool allows you to directly open a SWF file and browse through its frames one by one. When you've found a frame that you like, you can either export a XAML file or copy the XAML to the clipboard for easy pasting into your tool of choice. The conversion isn't perfect, and there are many areas for improvement. For common cases, however, it should do the trick.
|