i cannot find the AxShockwaveFlashObjects this reference
Friend WithEvents FlashObj As AxShockwaveFlashObjects.AxShockwaveFlash
Printable View
i cannot find the AxShockwaveFlashObjects this reference
Friend WithEvents FlashObj As AxShockwaveFlashObjects.AxShockwaveFlash
I don't know what that is, but did you add the reference to the project in the first place?Quote:
Originally posted by ninjaX
i cannot find the AxShockwaveFlashObjects this reference
Friend WithEvents FlashObj As AxShockwaveFlashObjects.AxShockwaveFlash
Isn't it under the COM tab under References?
actually i wanna import flash to my VB.NET
anyone can help me ?
I can't, but it would be easier to get help if you posted code, or had a more specific question.
For example, just declaring some object in an event doesn't add it to your project. You have to add a reference to it. Maybe you know this, but your question gives no clue.
Post the code that causes the error. Then people here can help.