Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-16-2004, 12:35 PM
Junior Member
 
Join Date: Jul 2004
Posts: 3
Default Flash CD with fscommand folder

I downloaded SWFKit pro 2.1 r2 to try., and I want to make autorun CD wich have :
-Folder 1
-Folder 2
-fscommand folder
Movie.swf
Everything is about 650 MB. Everything working perfect under the Flash MX maded projector, I mean buttons in my movie loading exe files (about 50) under the fscommand folder, and files under the folder 1 and 2 are loaded from exe files from fscommand folder.
When I adding att in SWFKit everithing is wroten, but my buttons in movie dont loaded exe files from fscommand folder (other buttons in movie working).
I tried with:
I maded first:
line1 //Initialize
line2
line3 return true;
then I maded Add (Script1) like:
line1 //var path = getAdditionalFile();
line2 Application.setBasePath(path);

I mean exactlly like wrotten, and project dont working (buttons for exe in movie).
P.S. Clear buttons in movie are maded with fscommand like:
on (release) {

fscommand("Exec", "mydoclauncher.exe");

}

Where are the mistake?

Thanks in advance.

Regards,

Ljuba
Reply With Quote
  #2 (permalink)  
Old 07-16-2004, 01:27 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Flash CD with fscommand folder

Please add the following code in the "initialize" script
Code:
path = getAppDir() + "fscommand folder";
Application.setBasePath(path);
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 03:16 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.