Hello,
I want to get data from mysql db, slightly change it and display in datagrid. Mysql data is like this:
Id | data | privateData
I am getting it using AMFPHP.
I dont want privateData to show in datagrid (but i still want to use it in program).
I want to add button to every row of datagrid (clicking it should call function with parameter of clicked row id).
I am new to flash (but have programming experience) and right now i have only datagrid autofilled with all data i get from db.
Please help me, how can i achieve desired result? :) I will be glad if you recommend examples with similar task done or some articles/books to read :)