質問する質問する
 

回答済みWPF hosting Flash

回答

  • 2006年2月1日 18:35irhetoric ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     回答済み

    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

     

すべての返信

  • 2006年2月1日 15:19eburke ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     

    try using the Frame object.

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

    </Window>

  • 2006年2月1日 18:35irhetoric ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     回答済み

    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