Loading data into datagrid using xml
fetching data from xml and loading a datagrid and a combobox
Keywords: combo box datagrid xml
| Author URL | orkut.co.in/main#profi... | |||
| Listing URL | none | |||
| Downloads | 1156 | Views | 14212 | |
| mukeshmehra | ||||
|
User ratings for Loading data into datagrid using xml. |
||||
Comments
You need to LOGIN to post a comment.
mukeshmehra:
1 year ago
Hey chahoub4 you can use the trace command to see if you are not accessing the null object or getting the null values. Working with xml is quite a tedious task in AS2, you got to find the proper parent child relation ok best of luck.
hello Sir : iwant ask yoou if you have solution, ive just start flash and i want import xml file to a swf file i creat php that update every time the xml.
now when php update the xml file always creat 1st this
<?xml version="1.0"?>
then
<news>
<news1>txttxttxttxt</news1>
</news>
and as dont know the arborecence
i used like as2:
xmlNews = new XML();
xmlNews.onLoad = affichageNews;
xmlNews.load("xml/news1.xml");
function affichageNews() {
txt = xmlNews.firstChild.childNodes[0].nodeVal ue();
}
but write me indefinded can you help me?????? thank you



