Hi folks,
Is it possible to run a Flash projector file from the command line and pass in arguements?
The size of the application needs to be set each time it is run and this is the only way I can think to run it. It will be loaded from a Java app so I didn’t think I could use FlashVars as they are a HTML/Javascript implementation right?
As far as I know I can’t get the screen resolution from inside my actionscript 3 code. System.Capabilities.screenResolutionX only works in Flex or Air?
Anyone have any ideas?
Thanks