Hi everybody,
I'm not entirely positive how I should go about this. I want to script a project so that the version of the player is detected, after which the application conditionally halts if the version number is not compliant or continues if the version number is compliant.
I'm a little stumped about how to achieve this because it would require scripting the startup of the project in a previous version using legacy code, then superceding that initial document with a current version document. Does anyone have any pointers on accomplishing this?
It would also help if I could detect performance specifics of the local machine, like display mode (bit depth, etc. of screen). Obviously, things that go beyond what System.capabilities[...] can give me.
Thanks,
+Q__




Reply With Quote