提出问题提出问题
 

已答复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