I’ve been struggling with how I can build mxml from the displaylist created within an application. For example, create a number of components on a canvas, then click a button to get a formatted xml document, in mxml, of the canvas and its properties.
Is there a simple method for this?
Many thanks for any help…
There is no simple method for this for sure.
Edit:
The reasonong behind this is that mxml is actually translated into actionscript, and then compiled. So, flash player know absolutely nothing about mxml and it’s existance.