Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-04-2006, 05:56 AM
Junior Member
 
Join Date: Sep 2006
Posts: 3
Default Application.Expiry.register

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
Reply With Quote
  #2 (permalink)  
Old 09-04-2006, 06:42 AM
Junior Member
 
Join Date: Sep 2006
Posts: 3
Default Re:Application.Expiry.register

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;

}
In ActionScript "chk_reg.swf"

Code:
var localso:SharedObject = SharedObject.getLocal("localSO", "/");
if(localso.data.rgd == null) {
reg = "0";
}
else {
reg = "1";
}
localso.data.rgd is actually 1 not null

but rgs in FFishScript return 0;

Please correct me if I am wrong....
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:52 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.