Wednesday, December 6, 2006, 10:46:10 AM, you wrote:

> You could try something like this : 

> var my_schema:Array = new Array("data","label");
> var my_data:Array = new Array();
> var obj = new Object();
> obj[my_schema[0]] = "Some data";
> obj[my_schema[1]] = "Some strings";
> my_data.addItem(obj);
> my_cb.dataProvider = my_data;

Work well how to suggest Adrian. Thanks!!!

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to