FFILES.COM NEWS SUBMIT A FILE REGISTER CONTACT
username:
password:
register | login help
Pending listings (4)

Loading data into datagrid using xml

Previous overall listing: Slide Show with XML Previous in User Interface: Count Down Timer - XML - Interactive Next overall listing: YingYang Next in User Interface: AS3 Slider Portfolio

fetching data from xml and loading a datagrid and a combobox

Keywords: combo   box   datagrid   xml

user mukeshmehra Author URL orkut.co.in/main#profi...
Listing URL none
Downloads 1156 Views 14212
mukeshmehra  

User ratings for Loading data into datagrid using xml.

Donate Add to favorites Subscribe to comments
Report listing
Download  (Flash 9, AS 3.0)

Comments

You need to LOGIN to post a comment.
user mukeshmehra
the listing author 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.

user chahoub4
chahoub4: 1 year ago

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

user Marto
Marto: 2 years ago

How I wish this was in 2.0 :(

user cate
cate: 2 years ago

Good Work !

user caiovj
caiovj: 2 years ago

Whoa! thanks mukesh!
best regards!

show all 10 comments