PDA

View Full Version : problem with fscommand


Herawano
03-17-2008, 11:46 AM
Dear All,

I have problem about fscommand.

I have 3 modules flash in .swf file. first module is menu frame, program and guide. I create execute file for program.swf and menu.swf, now I have file flash:

menu.exe
program.exe
guide.exe

File 'program' and 'guide' I save in /fscommand/

-----------------
I hope can load/exec file "program.exe" from file "menu.exe" (its work)
and I hope can load/exec file "guide.exe" from file "program.exe." (it isn't work)

-----------------

From frame menu (button to execute program) I already create command for execute file, actionscript 2.0:
fscommand("exec", "program.exe"); its run properly. but when I load/exec "guide.exe" from program.exe (AS 2.0 : fscommand("exec", "guide.exe"); ) isn't work, I dont know why.

I have create sub folder and copy paste to "../fscommand/fscommand/guide.exe. its also not run. looks like freeze then fail.

I need help about my problems.

thanks a lot

regards
herawan

CyanBlue
03-17-2008, 04:00 PM
Moving to the Projectors and CDs forum...

northcode
03-17-2008, 05:01 PM
If you're just using Flash projectors and the EXEC command the problem you're going to have is that you can only ever go deeper and deeper into fscommand folders, you don't have any way to go back up!

Instead of creating separate EXE files, can't you just make menu.exe the main projector and use loadMovie to load the other SWFs in? That way you don't need an fscommand folder or any other EXE files.