Showing posts with label SWF to XAML. Show all posts
Showing posts with label SWF to XAML. Show all posts

Thursday, August 02, 2007

Convert SWF to XAML using TheConverted

Some times back I had posted about tools for converting SWF to XAML, where I had talked about SWF2XAML, a free tool developed by Mike Swanson of Microsoft and other tool called Harmony.

Recently I came across another tool TheConverted for converting SWF to XAML, which has support for converting animation and sound also. Check out the demo page which also compares XAML and SWF samples.
But these samples require IE to view online. If you would like to see specific file tested before purchasing, download the 60 day trial version.

UPDATE: Also check my related earlier post :Convert SWF to XAML

Saturday, May 05, 2007

Convert SWF to XAML

If one wants to reuse his available Flash files with WPF or Microsoft Silverlight, there are tools that do the conversion. Check out these :
"Electric Rain® is bringing new life to Adobe® Flash files within the Microsoft® Windows Presentation Foundation (WPF) and Silverlight platforms with the introduction of Harmony™, the first commercial application for Flash-to-XAML content conversions.
Electric Rain Harmony provides designers and developers with a fast and easy way to convert existing Flash SWF files (graphics and simple animations) into Microsoft-based XAML mark-up for immediate use in the Microsoft WFP and Silverlight (formally WPF/E) platforms."
Harmony supports exporting to both WPF-based XAML as well as to Microsoft’s new Silverlight XAML mark-up,and serves as a single translation solution.This tool is yet to be available , one can signup for beta and it'll be a commercial software.

There's another tool SWF2XAML developed by Mike Swanson of Microsoft which is free.
The tool developed in Mike's spare time is a fully managed code application. The current version of the tool allows to directly open a SWF file and browse through its frames one by one. When a required frame is found,one can either export a XAML file or copy the XAML to the clipboard for easy pasting. The conversion isn't perfect, and there are many areas for improvement.For common cases, however, it should do the trick.
It requires .NET Framework 3.0.
If you're using Windows Vista, its already there.
You can download SWF2XAML here.

UPDATE: Check my new related postConvert SWF to XAML using TheConverted