|
|||
|
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 |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|