WPF hosting Flash<p>Hi,</p> <p>I want to host a SWF file in XAML layout. Is this possible at all? and if so what is the way to do?</p> <p>Thanks</p>© 2009 Microsoft Corporation. Todos los derechos reservados.Thu, 19 Jun 2008 00:15:52 Z39e9086b-b15c-4a44-8896-0117a8aa36f0http://social.msdn.microsoft.com/Forums/es-ES/wpf/thread/39e9086b-b15c-4a44-8896-0117a8aa36f0#39e9086b-b15c-4a44-8896-0117a8aa36f0http://social.msdn.microsoft.com/Forums/es-ES/wpf/thread/39e9086b-b15c-4a44-8896-0117a8aa36f0#39e9086b-b15c-4a44-8896-0117a8aa36f0Raja_Polshttp://social.msdn.microsoft.com/Profile/es-ES/?user=Raja_PolsWPF hosting Flash<p>Hi,</p> <p>I want to host a SWF file in XAML layout. Is this possible at all? and if so what is the way to do?</p> <p>Thanks</p>Wed, 01 Feb 2006 12:30:20 Z2006-02-07T20:03:04Zhttp://social.msdn.microsoft.com/Forums/es-ES/wpf/thread/39e9086b-b15c-4a44-8896-0117a8aa36f0#3fc95975-50d0-479a-a083-12c27124329bhttp://social.msdn.microsoft.com/Forums/es-ES/wpf/thread/39e9086b-b15c-4a44-8896-0117a8aa36f0#3fc95975-50d0-479a-a083-12c27124329beburkehttp://social.msdn.microsoft.com/Profile/es-ES/?user=eburkeWPF hosting Flash<p>try using the Frame object.</p> <p>&lt;Window&gt;<br>&lt;Frame Source=&quot;myflash.swf&quot;/&gt;</p> <p>&lt;/Window&gt;</p>Wed, 01 Feb 2006 15:19:49 Z2006-02-01T15:19:49Zhttp://social.msdn.microsoft.com/Forums/es-ES/wpf/thread/39e9086b-b15c-4a44-8896-0117a8aa36f0#0d50223e-7f0f-4407-8f7e-4ed4d3ef1f65http://social.msdn.microsoft.com/Forums/es-ES/wpf/thread/39e9086b-b15c-4a44-8896-0117a8aa36f0#0d50223e-7f0f-4407-8f7e-4ed4d3ef1f65irhetorichttp://social.msdn.microsoft.com/Profile/es-ES/?user=irhetoricWPF hosting Flash<p>The other way to do this is to use the WinFormsHost and then use that to host the Flash .ocx, which lives down in c:\windows\system32\macromed\flash -- you'll have to run AxImp.exe from the .net sdk on the Flash ocx.  </p> <p>Check out the sample on WinFormsHost in the SDK (under interop) to get started...</p> <p>--Karsten</p> <p> </p>Wed, 01 Feb 2006 18:35:45 Z2006-02-07T20:03:04Z