Specific Flash variables for screensavers with activation

Axialis Screensaver Producer creates and initialize various variables specific to the Screensaver. These variables can be useful in the Flash® scripts to handle the activation status of the screensaver:

  Variables Description

 

HasActivationCode

"0" --> The screensaver has NO activation code
"1" --> The screensaver has an activation code system

 

The variables below exist only if HasActivationCode is "1":

 

LimitationType

"0" --> Time Limited (N days)
"1" --> Limited to N sprites/slides

 

Limit

The total number of days or sprite/slides of the limitation. It depends of the LimitationType value

 

DaysLeft

Number of days left in the trial period (only if LimitationType is "0")

 

IsActivated

"0" --> The screensaver has NOT been activated (demo mode)
"1" --> The screensaver IS activated (full mode)

 

HasExpired

"0" --> The screensaver has NOT yet expired
"1" --> The screensaver HAS expired