Skip to main content

Posts

Showing posts from May, 2007

WPF and Flash

Recently, I have finished my first project using the Windows Presentation Foundation (which is, by the way, the best UI framework I ever worked with). One of the little things I had to accomplish was to integrate a Flash animation into a WPF UI . While there is some info on this on the Web I thought it might help if I post this C#-based example project for Visual Studio. For some background info I recommend Adam Nathan's " WPF Unleashed " which is an excellent book. btw: the backend was, of course, built on Rails. RESTFul and all that.