;

PDA

Click to See Complete Forum and Search --> : set contentPath of loader


shaagnik
07-31-2006, 04:24 PM
i'm trying to set the contentpath of a loader component from an xmlConnector that has an xml file associated with it.
this line:
load2.contentPath = connector.results.images.pic[2].link;
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?

shaagnik
08-01-2006, 09:36 AM
any ideas?