This content has been marked as final.
Show 2 replies
-
1. Re: Integrating C functions
ScreenNameIsWhat Aug 14, 2012 2:09 AM (in response to community help)Why haven't say using macro MM_STATE which is in mm_jsapi.h, and implement MM_Init() function like following, otherwise how can invoke the function in jsfl file.
void MM_Init()
{
JS_DefineFunction(TEXT("ExportFlash"), ExportFlash, 0);
-
2. Re: Integrating C functions
random(1) Nov 2, 2012 8:09 AM (in response to community help)The Windows 7 path for storing the dll is incorrect. It should be:
boot drive\Users\[username]\AppData\Local\Adobe\Flash CS5 or CS5.5\[language]\Configuration\External Libraries\
Note: by default, the AppData folder is hidden on Windows.

