Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
Boen_Zhou #1
ONLY XMLconnector+DataSet
I try to use DataSet.find(), but it can't provide inexact search. For Example
1. apple -> Apple False
2. App -> Apple False
3. Apple -> Apple OK
Boen_Zhou Guest
-
Datagrid - XMLConnector and Dataset.schema
Hi all, I want to display the contents of an XML file into a datagrid component. So, I use a Datagrid component, an XMLConnector component and a... -
flash datagrid,dataset,xmlconnector and php
Hi, All I want to do is to have a table load from mysql into a datagrid and display items in a list. I have found examples on the internet but... -
XMLConnector/DataSet MUST be more ROBUST!
In forums, many have talked about the small amount of records that the XML Connector, DataSet all components in general seem to be able to handle. ... -
binding datagrid to dataset to xmlconnector
i have had success binding an xml connector to a datagrid but now i need to bind the data grid to a dataset then bind the dataset to the xml... -
Problem with xmlConnector and DataSet in a movie clipchild
Hi all. I have a small problem with the components xmlConnector and DataSet. I try to create two animations the first poster of the data in a... -
conquerors04 #2
Re: ONLY XMLconnector+DataSet
If you want to be able to find any part of a word, you should take your search
string's length, start at the first character and loop through the entire
DataSet looking for a match, it may sound like it would take a lot of memory
but actualy does not. Use the DataSet.filterFunc to do this.
conquerors04 Guest
-
Boen_Zhou #3
Re: ONLY XMLconnector+DataSet
Thank you!
I found a better solution, which is Xpath for flash.
1. download xpath4AS2
2. import it into fla
3. use contains() function to compare strings
Boen_Zhou Guest



Reply With Quote

