AxShockwaveFlashObjects and ShockwaveFlashObjects from Flash ocx

后端 未结 3 2068
栀梦
栀梦 2020-12-22 12:35

I\'m trying to create:

AxShockwaveFlashObjects.dll and ShockwaveFlashObjects.dll

entering the following command:

aximp C:\\WINDOWS\\system32\\Macrome

3条回答
  •  天涯浪人
    2020-12-22 13:24

    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.

提交回复
热议问题