|
|||
|
My application do not work properly in new version of SWFKit.
I have dll in my project with this part of code: Code:
while (GetMessage(&msg, NULL, 0, 0))
{
TranslateMessage(&msg);
DispatchMessage(&msg);
}
And more: now SWFKit2 use FlashPlayer9 for building applications too after I have installed SWFKit3, even if I set FlashPlayer8 in View->Options..->FlashPlayer !! So this project do not work neither in SWFKit2 nor in SWFKit3 any more! How to avoid flash blocking? How to use Flash Player 8 in SWFKit2 now? |
|
|||
|
Hello
Thank you for your response. I have resolve this problem already. I have replace FSCommand("FFish_Run","someScript") with FSCommand("FFish_AsynRun","someScript") and now it works. But I don't understand yet why my old code was working before ![]() |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|