I know this is lame but you can have a series of .bat files that contain the
parameters you need and just call those .bat files from the fscommand.

for example:

@echo off
---param list
---end parms
explorer "..\art\myfile.exe"

saved as foo.bat


On 11/18/05, Derek Vadneau <[EMAIL PROTECTED]> wrote:
>
> You can no longer pass parameters via fscommand exec - from Flash player 6
> onward.
>
> There are 3rd party programs available that will allow you to execute any
> program on a user's system and pass parameters. These programs produce an
> EXE that the user launches, or is launched from a CDROM.
>
> Some of the applications available are:
> SWF Studio - http://northcode.com
> mProjector - http://screentime.com
> Zinc - http://multidmedia.com
> Screenweaver - http://screenweaver.com
>
>
> Derek Vadneau
> Northcode Inc.
> http://www.northcode.com
>
> ----- Original Message -----
> From: "kosztik istvan" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Friday, November 18, 2005 3:33 PM
> Subject: [Flashcoders] fscommand exec . exec programs with parameters
>
>
> hi all
>
> is there any solution to call programs with one or more parameter?
> fscommand("exec", "sample.exe param1 param2")
>
> but it not work in this way.
>
> (to create a bat file and put there my sample.exe and parameters is not
> right for me)
>
>
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



--
--------------------------------------------------------------------
I am Mark Daggett and I approve this message.
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to