Passing MXML file as XML Parameter
Hi,
Is it Possible to pass MXML it self as parameter(XML param) from external application and load in Flash Player dynamically to create page. For e.g
passing xml = <mx:canvas><mx:lable text="hello" /></mx:canvas> to Flex and flex should create canvas with lable control in it. Is there any example related to it. I am trying to use "getDefinitionByName" from Flex.Utils but seems not able to make it.
Thanks
MShah
|