tags:

views:

202

answers:

1

I want to host a SWF (Flash animation) in a WPF project.

I searched Google and found something. I tried that technique but had some troubles.

In this article, it says:

**Then, as mentioned in this posting, it is necessary to run AxImp.exe from the .net sdk on the Flash ocx to generate following files.

 1. AxShockwaveFlashObjects.dll 
    AxShockwaveFlashObjects.pdb 
    ShockwaveFlashObjects.dll 
    AxShockwaveFlashObjects.cs In Visual
    Studio, add the references to the
    AxShockwaveFlashObjects.dll and
    ShockwaveFlashObjects.dll generated
    by aximp**

But i couldnt understand this. Can anyone write it out step by step? I am new to WPF.

A: 

Hi,

you could look at the WebBrowser class. then have your flash on a html page that the browser control is pointed at.

Blounty