Detect ActionScript and Flash player version of Published SWF
Hi
I am looking for a way to find ActionScript and Flash player version of a published SWF using AS3 code?
Did google a lot, but didn't find anything relevant.
Thanks for help
Hi
I am looking for a way to find ActionScript and Flash player version of a published SWF using AS3 code?
Did google a lot, but didn't find anything relevant.
Thanks for help
The AVM1 movie load fine with the Loader object as well.. So i am not sure, what you mean by loading it through Loader?
Once loaded you can tell if it's an AVM1 movie or not, i.e.
trace(loader.content is AVM1Movie);
// true = AS1/2, false = AS3
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.