Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Pre-sales

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-06-2003, 11:33 AM
Junior Member
 
Join Date: Feb 2003
Posts: 6
Default Flashplayer registration identification

Hi. ;D
I'm really interested in buying your application, especially for the installer and some other stuffs but i have an important question about that :
how is it possible to know if the player is registered or not and provide a different flashplayer interface. ???
example : show the "demo version" movie of the flashplayer when it's not registered.

Is it possible to read the registry for that ?

(And check the serial number of the flashplayer application with a SQL database ?)

thanks for all.
Reply With Quote
  #2 (permalink)  
Old 02-06-2003, 08:42 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: Flashplayer registration identification

It can be done by SWFKit

The registration information is stored in the registry, you can get it with the "RegKey" object. We can also offer you an activex object to check if the sn and the reg code is valid.

You need not a SQL database to check the sn. You can do it this way, it's more convenient...
Code:
var min_sn = xxxxxxxxx;
var max_sn = xxxxxxxxx;
var sn = parseInt(_get_the_sn_func());

if (sn >= min_sn && sn <= max_sn) //valid
else //invalid
Of course, you can do it with a SQL db if you want
Reply With Quote
  #3 (permalink)  
Old 02-07-2003, 02:52 AM
Junior Member
 
Join Date: Feb 2003
Posts: 6
Default Re: Flashplayer registration identification

Hi.

I bought swfkit this morning ! *;D
Where i can find the ActiveX who can help me to identify the serial number and registration code of the flashplayer application which i provide ?

Thanks for all.
Reply With Quote
  #4 (permalink)  
Old 02-07-2003, 03:00 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: Flashplayer registration identification

Thank you!

Soon you will get the ActiveX object.
Reply With Quote
  #5 (permalink)  
Old 02-07-2003, 07:34 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: Flashplayer registration identification

Here is the information of the ActiveXObject

1. File name "expiry.dll"
2. ProgID "Expiry.SWFKitExpiry"
3. Methods

IsRegistered(key)

Description
Checks if the program is registered.
Parameters
key String. The unique serialization key input in "Set Projector options"->"expiry"->"unlock"
Returns
Boolean

Register(name, sn, code, key)

Description
Registered the program with the specified serial number and registration code
Parameters
name String. Speicifes the user name
sn String. Specifies the serial number
code String. Specifies the registration code
key String. The unique serialization key input in "Set Projector options"->"expiry"->"unlock"
Returns
Boolean

http://www.swfkit.com/download/demo/register.zip
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 02:48 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.