Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Pre-sales

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-03-2010, 01:22 AM
Junior Member
 
Join Date: Nov 2008
Posts: 1
Default why is exe files created by swf pro 3.4 slower ?

Hi,
I have tried using swf kit pro 3.4 and 2.2. I converted an swf file having ffish script to check if a file "dummy.txt" exists in cdrom.
the script is like this
//for checking the drive is cdrom or not
var a = new Array();
var d = Drive.drives;
for(i=0;i<d.length;i++){
if(d[i].driveTyoe=="cdrom"){
a.push(d[i].driveLetter);
}
}
//if file exist then goto frame 83
for(i=0;i<a.length;i++){
myFile = a[i] + ":\\\\" + "dummy.txt";
if(File.exists(myFile)){
FlashPlayer.targetGotoFrame(83);
}
}

If I compile this using SWFKit 2.2, It work good and fast, but If I compile using SWFKit3.4, the result (exe files) work very slow. I will have to wait about 1 minute while it checks the file in cdrom. What is the problem? Cause I need to migrate to SWFKit3.4. Thanks
Reply With Quote
  #2 (permalink)  
Old 03-29-2012, 05:39 PM
Junior Member
 
Join Date: Mar 2012
Posts: 9
Default why is exe files created by swf pro 3 4 slower

You commit an error. I suggest it to discuss.
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 01:37 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.