Next: Declaring the dll functions
Up: Tutorials
Previous: The variable scope in
Contents
Using SWFKit Pro to call functions in dynamic-linked libraries(dlls)
SWFKit Pro has the ability to call functions in dlls, thus providing you with unlimited possibility of extending
the power of Adobe Flash. For instance, you may call any Windows API functions from within Action Script now. Furthermore,
if you need some feature that both Flash and SWFKit do not include, you can first implement it in a dll using c/c++, Pascal,
Basic, etc, and then call the dll in SWFKit Pro. It is no doubt that you can do anything with SWFKit Pro.
In this tutorial, you will learn how to declare dll functions,
pass parameters from ffish script to dll functions, and get function results.
Subsections
Copyright ©2000-2007 Shanghai TopCMM Software Technologies. All Rights Reserved.