Hosting Flash movie in a WPF project
Posted
by büsra
on Stack Overflow
See other posts from Stack Overflow
or by büsra
Published on 2009-10-27T11:59:31Z
Indexed on
2010/06/01
11:03 UTC
Read the original article
Hit count: 230
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.
© Stack Overflow or respective owner