질문하기질문하기
 

답변됨WPF hosting Flash

답변

  • 2006년 2월 1일 수요일 오후 6: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일 수요일 오후 3:19eburke 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    try using the Frame object.

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

    </Window>

  • 2006년 2월 1일 수요일 오후 6: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