Hello!

I need some help with getting this "Flash Component Wrapper" to work. I have managed to do accomplish everything till the part when you are supposed to add code at

"Public Form1() {...}"

where VS2005 does not find the .LoadMovie() or FSCommand. I mean, I can see it in IntelliSense but when it debugs I get these errors:

"The type 'AxShockwaveFlashObjects.AxShockwaveFlash' is defined in an assembly that is not referenced. You must add a reference to assembly 'AxInterop.ShockwaveFlashObjects.1.0, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.",

"'AxShockwaveFlashObjects.AxShockwaveFlash' does not contain a definition for 'LoadMovie'",

"'AxShockwaveFlashObjects.AxShockwaveFlash' does not contain a definition for 'FSCommand'",

"The type or namespace name '_IShockwaveFlashEvents_FSCommandEventHandler' does not exist in the namespace 'AxShockwaveFlashObjects' (are you missing an assembly reference?)", and

"The name 'OnFsCommand' does not exist in the current context"

What's wrong, and how can I fix this?

Any help at all is appreciated!

Regards,
// Zolomon