views:

44

answers:

0

Hello SO community,

Yet another issue along my web development escapades that has me quite stumped. I recently had to decompile a swf file using the Trillix SWF Decompiler. I now need to recompile the directory (flex project) Trillix has given me. I do not have flex builder nor plan on learning or using it ever so I donwloaded the command line SDK to recompile the SWF file from the directory. When using mxmlc command I get the following error in terminal Unsupported file type:/path/to/directory/containing multiple .as files I do have Flash CS4 and was hoping someone could lend a hand on how to compile this back into a .swf so I can use it in my current HTML/CSS project.

command I am using:

mxmlc ~/Desktop/CommunityMap_0811.swf.flex/

Thanks in advance,

J.