On 8/30/06, Johannes Nel <[EMAIL PROTECTED]> wrote:
> we do this by executing a fscommand after all this are completed.
>
Now why didn't I think of that. :-) Do it on the client side. Great
idea, and it will work across platforms. Seems a little cleaner than
this too:

      private void killMacFlashPlayer() throws IOException {
                Commandline command = new Commandline();
                command.setExecutable("killall");
                command.createArgument().setValue("SAFlashPlayer");
                Execute.launch(getProject(), command.getCommandline(), null,
                                getProject().getBaseDir(), true);
        }


Going to try that right now.

Thanks!

-Chris

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to