|
|||
|
Hi there !
Been away for a while....but still get an eye on you ! (waiting 4 the pro version like a fish out of water) i've read a few messages on this forum about swf's protection and stuff like this. i've told u once that a real pb 'cuze people doesn't really willing to see their job easily stolen. for those who want a solution: Obfuscat first your swf and then send it to SWFkit. it works fine. i still get the same pb as before: the try catch does not work at all. here is an exemple of what i'm thinking: in jscript, when typing: try{ bla...bla } catch(e){} i can use e.description to handle the error, but it returns nothing in swfkit. Another qs: is there any how to call the "About box" within the swf itself. i mean call a FFscript function from the swf that open the about box, instead of having the 'about' button in tne context menu. (hope i've made myself clear .... : ![]() SWFKIT is really a good thing, i just hope the pro version will solve some of its deficiencies. SeeU Madcha
__________________
http://www.alyze.com - http://www.ecomzone.net - http://www.alisook.com -http://www.madcha.com - http://www.i-multimedia.fr - |
|
|||
|
Hi,
We've made an effort to improve the protection features. You will find many new features in 2.0. FFish Script doesn't support exception at all. It can only catch the objects threw by yourself. You can launch the About box in FFish Script, as well as the "Register box". |
|
|||
|
Hi,
Quote:
Quote:
seeU
__________________
http://www.alyze.com - http://www.ecomzone.net - http://www.alisook.com -http://www.madcha.com - http://www.i-multimedia.fr - |
|
|||
|
Hi, Madcha
to show the register dialog box, you can do like this(in SWFKit 2.0) Code:
if (!Appliaction.Expiry.isRegistered)
if (!Application.Expiry.showRegisterDlg())
Dialogs.msgBox("You must register first!");
Code:
Application.about(); Thanks. |
|
|||
|
Tks 4 da code.
(i think i've read it somewhere in the help..... :-X )
__________________
http://www.alyze.com - http://www.ecomzone.net - http://www.alisook.com -http://www.madcha.com - http://www.i-multimedia.fr - |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|