Nope. I mean properties. Best read a tutorial on this subject: http://www.macromedia.com/devnet/mx/flash/articles/flash_xmlphp.html
Hi,
I'm still having troubles binding WebServiceCustomer to DataSet. I think I've
not been enough clear in my first topic. Let's explain the context once more.
I'm using a WebServiceConnector which access a webService which returns an
array of object/struct lets say
Data
{
label:String;
data:String;
}
When I bind that webServiceConnector directly to a comboBox, it works
corerctly, but when I insert a dataSet (which items:Array is bound to the
webServiceConnector's results:Array) it doesn't work any more.
Thx to anybody who can help with that? Hope I've been enough clear this time.
LuigiL - 28 Jun 2005 09:29 GMT
Maybe you can post your fla for download so I can have a look at it.