Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-18-2004, 02:51 PM
Junior Member
 
Join Date: Oct 2004
Posts: 16
Default Launch external files

I want to make a CDRom with a interface (.exe) made in flash. Can i launch external files like .exe or .html, .doc (whith their own programs) without create a folder "fscommand (flash mx) ? if yes, what is the scripts to put in swfkit and in flashmx ?


Sorry for my english

Thanks
Reply With Quote
  #2 (permalink)  
Old 12-19-2004, 07:10 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Launch external files

In the action script

Code:
on (release)
{
    fscommand("ffish_run", "launch");
}
in swfkit add a script named "launch"

Code:
Shell.open(the external file);
Or you can use the fscommand("exec", "the external file") in action script. It has no such a restriction
Reply With Quote
  #3 (permalink)  
Old 12-19-2004, 12:32 PM
Junior Member
 
Join Date: Oct 2004
Posts: 16
Default Re:Launch external files

I don't understand well .... How this script can worf because i have many different html, avi, .doc ... to launch .... and the code is the same for all the buttons in flash ?
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 07:32 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.