Hi, I have a test scenario where I need to invoke a SWF programmatically from the command line.
Starting and running the SWF from the command line works fine. My problem is that I can't figure out a way to specify the equivalent of flashvars when starting the Flash Player from the command line. Is there a way to specify parameters on command line when starting the Flash Player such that those parameters can be accessed at runtime via Application.application.parameters?

