Share Posted June 10, 2010 Hello, I'm having problems using exportItemXML() and am wondering if I'm missing something obvious here. I am trying to export the XML in the scale complete method. Here's the line I am using where e = TransformEvent Object, and myManager is a FlexTransformManager. I am getting no data when I attempt to trace it to the console. myManager.exportItemXML( e.items[0].targetObject); Link to comment Share on other sites More sharing options...
Share Posted June 11, 2010 Is it null? Did you try doing toXMLString() on the result? If you're still having trouble, please send me an example that demonstrates the issue. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now