Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-11-2007, 11:24 PM
Junior Member
 
Join Date: Apr 2007
Posts: 22
Default Problem with Windows 98/98SE...

I've create a simple/single exe with swfkit3.1 from a swf file (Flash 8pro) and the two main features that I use from the scripting language of Swfkit is the:
a) The filestream to write data in txt file and
b) FSCommand('exec',"exeFile");

The application works fines in Windows XP, but in Windows 98 it crashes, when it comes to the point that executes the file -> in FSCommand('exe')...
the code that I run for this specific job is...

FSCommand('exec',_root.$EXE);

Help Please
Reply With Quote
  #2 (permalink)  
Old 04-12-2007, 12:25 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Problem with Windows 98/98SE...

We will check the "exec" command. Please try the "Shell" object in actionscript

Code:
import SWFKit.*;

Shell.run(_root.$EXE);
Reply With Quote
  #3 (permalink)  
Old 04-12-2007, 12:50 AM
Junior Member
 
Join Date: Apr 2007
Posts: 22
Default Re:Problem with Windows 98/98SE...

It worked like a charm...thanx!
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:14 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.