Skip to content

cnsuhao/flash-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Convert Flash files to EJOY 2D texture format or XML format.

Simple Start

  • Install Flash CC.
  • Install TexturePacker and install its command line tool.
  • python run.py

Arguments

python run.py [-i <folder>] [-o <folder>] [-x] [-t]


-i <folder>
	Input folder

-o <folder>
	Output folder

-x
	Output files contain XML file

-t
	Dump tree structure of folders

-s <number>
	Scale

--dump-pic-usage
	Dump picture usage info for every flash file

Platform

MacOS X 10.9 & Windows 7 x64/x32

More information

Readme CN

If you have any questions, please submit issues

Licence

WTFPL

About

Convert flash (.fla) into Ejoy2d format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.0%
  • JavaScript 30.0%