vote up 0 vote down star

Hi, I'm trying to create:

AxShockwaveFlashObjects.dll and ShockwaveFlashObjects.dll

entering the following command:

aximp C:\WINDOWS\system32\Macromed\Flash\FlDbg10.ocx /nologo

but I get an E_ACCESSDENIED error.

What am I doing wrong? Thanks!

flag

74% accept rate

1 Answer

vote up 0 vote down

Open your command prompt. Switch to the directory that contains the aximp.exe file. Typically; C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin>

Enter the following command (you may need to change the name of your COX file to match your version.

aximp.exe -source "C:\WNDOWS\system32\Macromed\Flash\Flash10a.ocx"

Look in the C:\WNDOWS\system32\Macromed\Flash\ directory. Your files should be there.

link|flag
Is it required Visual Studio? – vyger Mar 9 at 19:12

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.