Saturday, April 20, 2013

Editing a flash file in linux

Editing a flash file can be done simply by two commands :

1.  Convert the flash(.swf) file to xml file using :

                         swfmill swf2xml flash.swf flash.xml


2.  Now, edit the xml file, save changes and convert the xml file back to flash(.swf) file using :

                     swfmill xml2swf flash.xml flash.swf