Compare / Export FLA Files

Is there a way to export a FLA file in a human-readable format so that different versions of the file can be compared?

I found a script to export to XML here (post 6): http://www.actionscript.org/forums/showthread.php3?t=155434  - but it doesn’t work as advertised - for example. it does not export any item details in the library.

+3
source share
5 answers

As I know, it was intended to dump only the library from the Fla file. I have an updated version: diff_fla .

In the archive you will find 3 script files:

  • FlaToXML.jsfl: xml, uses the Adobe Flash GUI to create xml-s.
  • diff_perforce.py: python, xml 2 xml p4merge.
  • diff_perforce.bat: python compator wrapper, Perforce GUI.

Adove Flash CS3.

. README_EN.txt .

+2

, .fla Adobe. , .fla , svn, git.

+1

, .fla.

Adobe , Flash CS5 XML .fla. , .

+1

If you use CS5, you can save your project in XFL format, which is based on XML.
More about XFL here: http://blog.theflashblog.com/?p=1986

+1
source

Source: https://habr.com/ru/post/1738978/


All Articles