Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
drliebs #1
Help with data components; get data into variable
How can you get the data from a data holder, dataset or connector and pass it
into a variable? My recordset basically contains one row, and I just want to
get the data into a variable.
if my dataset is named images_ds, and the field name I want is image1; I have
tried myVar = images_ds.items[0].IMAGE1; and myVar = images_ds.index[0].IMAGE1;
I am missing something and I can't figure it out. A little help please?
drliebs Guest
-
Updating components when data changes
I am having trouble getting a set of components to update when data is modified by another set of components. A... -
Data Components
My trial will be up in 2 weeks and I saw the checklist comparing the Basic with Professional versions. 1. Data Components (available in Flash 8... -
Data Components with XML
I have the following XML: shops.php (dynamic generated xml from mysql) <shops> <shop name="shop1"> <items> <item name="item1"/> <item... -
COM components mixing data
I have an ASP application which calls a custom COM object. This object parses a document template and fills it with data from database. Sometimes... -
Working with data components
Hi, is there anyone who know of tutorials or examples of how to use the Data Components in Macromedia Flash 2004 Professional. What I am looking... -
GmR #2
Re: Help with data components; get data into variable
Try:
myVariable = myDataSet_ds.items[selectedIndex].nameOfField
See if that works!
Cheers,
Geoff
GmR Guest



Reply With Quote

