|
|||
|
Hi all,
I try to use this function, looks like it only accepts serial number and keys created using Serial number creator. It won't accept anything other than that. Will every swfkit pro software create the same serial number and serial keys? I notice that serial number 0000000000 is the same everytime I run it, no matter what project I am using.... Thanks |
|
|||
|
Regarding SharedObject, can anyone help
This is my code in FFish Script Code:
Application.Expiry.onExpired = function(bypass) {
bypass.value = true;
isRegistered();
}
function isRegistered() {
var rg = new FlashPlayer;
rg.movie = getAdditionalFile("chk_reg.swf");
var rgs = rg.getVariable("reg");
Dialogs.msgBox("Reg is "+rgs);
return rgs;
}
Code:
var localso:SharedObject = SharedObject.getLocal("localSO", "/");
if(localso.data.rgd == null) {
reg = "0";
}
else {
reg = "1";
}
but rgs in FFishScript return 0; Please correct me if I am wrong.... |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|