Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-24-2003, 02:14 PM
Member
 
Join Date: Jan 2003
Posts: 54
Default [About box display]

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 -
Reply With Quote
  #2 (permalink)  
Old 08-28-2003, 01:02 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:[About box display]

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".
Reply With Quote
  #3 (permalink)  
Old 08-30-2003, 07:40 AM
Member
 
Join Date: Jan 2003
Posts: 54
Default Re:[About box display]

Hi,

Quote:
FFish Script doesn't support exception at all. It can only catch the objects threw by yourself.
Why just don't make it possible in the new version ?

Quote:
You can launch the About box in FFish Script, as well as the "Register box".
Could u show me a code exemple, tks.

seeU
__________________
http://www.alyze.com - http://www.ecomzone.net - http://www.alisook.com -http://www.madcha.com - http://www.i-multimedia.fr -
Reply With Quote
  #4 (permalink)  
Old 09-02-2003, 03:20 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:[About box display]

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!");
to show the about box,
Code:
Application.about();
To implement the exception object is another hard work. We have no plan to include it in 2.0.

Thanks.
Reply With Quote
  #5 (permalink)  
Old 09-06-2003, 06:25 PM
Member
 
Join Date: Jan 2003
Posts: 54
Default Re:[About box display]

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 -
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 04:10 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.