Add Flash9 Control to VS2005
toolbox, when I draw the "Shockwave Flash Control" to form, there comes
errors:
* Could not resolve dependent COM reference "stdole,
Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
* Failed to create the wrapper assembly for type
library "AxShockwaveFlashObjects". Exception of type
'Microsoft.Build.Tasks.ComReferenceResolutionException' was thrown.
* The referenced component 'AxShockwaveFlashObjects'
could not be found. Failed to create the wrapper assembly for type
library "AxShockwaveFlashObjects". Exception of type
'Microsoft.Build.Tasks.ComReferenceResolutionException' was thrown.
So I added reference to Flash9.ocx manually, but only
Interop.FlashAccessibililty and Shockwave Flash generated. In VS2003,
AxInterop.ShockwaveFlashObjects.dll and
Interop.ShockwaveFlashObjects.dll can be seen. So I can use this
Dim axFlash As AxShockwaveFlashObjects.AxShockwaveFlash
to add a Flash AX to the form.
But in vs2005, how can I do?

