Next: Check if it is
Up: Protecting your applications
Previous: Protecting your applications
Contents
Bypassing the default handler
When the application has expired, the onExpiry event will be triggered.
The following code will tell SWFkit to keep silent.
Application.Expiry.onExpired = function (bypass)
{
bypass.value = true;
}
Copyright ©2000-2007 Shanghai TopCMM Software Technologies. All Rights Reserved.