Hi John - If you want to execute a file via JSFL there's two ways that I know of:
1. There's an undocumented command in the JSFL File API called runCommandLine: http://www.asvguy.com/2004/07/undocumented_fl.html http://www.bit-101.com/blog/?p=547 Looking through some JSFL code I ran at some point, it looks like I didn't know the path to the executable to be launched, only the document, so I called it like so and it worked - explorer figured out the right exe. That'll only work on Windows though. FLfile.runCommandLine("explorer.exe " + docPath); 2. Use Guy Watson's JSAPI File System extension (Windows NT/2000/XP only) http://www.flashguru.co.uk/extensions/ hth. best, - rajat -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com On 1/27/06, John Grden <[EMAIL PROTECTED]> wrote: > Can JSFL at least run a batch file? Right now, I can't seem to find it if > it can, but someone was just telling me they thought they could load an > external app for editing AS files via a SWF based panel in the IDE. > > On 1/28/06, John Grden <[EMAIL PROTECTED]> wrote: > > > > I guessed as much. it's interesting to me: why allow for the creation of > > a projector that can do it, when you can play the SWF IN a Flash > > player.exe? > > > > make sense? I mean, if it takes an EXE to run the SWF (whether it's in > > the IDE in a panel or in the standalone player or created projector), what's > > the diff? I mean, the criteria's the same - Local, exe running a SWF. > > > > On 1/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > doing so would be a breach of security. > > > > > > > Is it possible? I can't seem to make it work UNLESS I load the swf > > > into > > > > the FLash player, then do a save as projector. > > > > > > > > any possible way that the player could handle this without the > > > > projector? > > > > > > > > -- > > > > John Grden - Blitz > > > > _______________________________________________ > > > > Flashcoders mailing list > > > > [email protected] > > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > > > > > > > > > _______________________________________________ > > > Flashcoders mailing list > > > [email protected] > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > > > > > > > > -- > > John Grden - Blitz > > > > > -- > John Grden - Blitz > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

