|
-
Oct 25th, 2007, 07:24 AM
#1
Thread Starter
Lively Member
Use Flash in C#?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|