I'm trying to embed a Flash object in my app. I've added a reference to the ShockwaveFlash COM Object but the app fails at instantiation:
ShockwaveFlashObjects.ShockwaveFlashClass shockwave = new ShockwaveFlashObjects.ShockwaveFlashClass();
With the following error:
System.Runtime.InteropServices.COMException : Retrieving the COM class factory for component with CLSID {D27CDB6E-AE6D-11CF-96B8-444553540000} failed due to the following error: 80040154.
I'm running Vista x64, could that be the problem?
Anyone experience this before? Any ideas how to fix this error?