Вопрос

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

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top