Folks,
I have the data in the form of string or xml that is a result of an
event
for example like the following
private function xmlLoaded(e:Event):void
{
newXML = new XML(e.target.data);
}
I have a class and call the loadXML function in the constructor
the loadXML has the eventlistener which points to the above
how do i acess this data via object when i instantiate the new object
of the class. it always returns null
any suggestions?
Thanks
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.