This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
You can open/play the swf file with Flash Player exe
mukeshmehra (1)
Loading data into datagrid using xml
fetching data from xml and loading a datagrid and a combobox1366 downloads, 21275 views
Comments
You need to login to post a comment.
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
How I wish this was in 2.0 :(
Good Work !
Whoa! thanks mukesh!
best regards!