Fazer uma PerguntaFazer uma Pergunta
 

RespondidoWPF hosting Flash

Respostas

  • quarta-feira, 1 de fevereiro de 2006 18:35irhetoric Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     Respondido

    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. 

    Check out the sample on WinFormsHost in the SDK (under interop) to get started...

    --Karsten

     

Todas as Respostas

  • quarta-feira, 1 de fevereiro de 2006 15:19eburke Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     

    try using the Frame object.

    <Window>
    <Frame Source="myflash.swf"/>

    </Window>

  • quarta-feira, 1 de fevereiro de 2006 18:35irhetoric Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     Respondido

    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. 

    Check out the sample on WinFormsHost in the SDK (under interop) to get started...

    --Karsten