i'm trying to set the contentpath of a loader component from an xmlConnector that has an xml file associated with it.
this line:
doesn't set the contentPath to anything. when i bind the xmlconnector to a loader's content path with the bindings tab, it shows up as results.images.pic[n].link, so shouldn't this be linking the same thing?Code:load2.contentPath = connector.results.images.pic[2].link;
