vote up 0 vote down star

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.

flag

1 Answer

vote up 0 vote down

Hi,

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.