PDA

View Full Version : [load flash in xaml]



gauravofindia
December 11th, 2008, 04:56 AM
Hello All,

Can someone guide me so that i can load flash anmation in xaml for desktop application.

Gaurav

idark
December 11th, 2008, 10:00 AM
No such thing as "Xaml" so I'm presuming you mean XML which is a database code that you can use on a picture gallery or similiar components like that - and since you weren't very clear on what kind of help you wanted I will link you to a guide that will teach you how to cooperate XML with Flash.

http://www.kirupa.com/developer/flashcs3/using_xml_as3_pg1.htm

kirupa
December 11th, 2008, 11:22 PM
Actually there is such a thing as XAML (http://en.wikipedia.org/wiki/Extensible_Application_Markup_Language) :P

gaurav - in the end, there is no easy way to load a Flash animation into a WPF app. You could host a HTML file document using the WebBrowser control, but that is pretty inelegant.