Question

If I have just a SWF file but not the .FLA file, how can I detect which AciontScript the SWF file was built in?

Having difficulty in working out if my SWF file was built in AS2 or AS3

Était-ce utile?

La solution

Suggested Methods:

This will be true if the AS is AS1 or AS2 and false if AS3.

P.S. : If you want to use it in an application there is a SWFReader.as that gets almost any information out of a SWF. The source is located at : http://www.senocular.com/flash/actionscript/?file=ActionScript_3.0/com/senocular/utils/SWFReader.as

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top