I only do this after using catalyst (beta 2) and there is a ton of mxml over a thousand lines or so, that I just don't want to have to filter through, but so far, what I have been doing is publishing the project as an swf, and the using a decompiler to convert it and its embedded elements to readable AS3 with class structure intact, and then output to a folder that contains the fla and all used classes in the usual subfolder tree style.

Using this method makes it so some variables are referred to by their location instead of their friendly name, and going after the embedded elements can sometimes be time consuming; thus, I am wondering if there any other commercial converters out there? or if someone has figured out how to use the flex sdk to just do a conversion instead of publishing?
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to