Help - XML gallery-?

helov from croatia!
i am new in action script just 1 year that i start using IT!
now i get custimer that wants a lot of pictures in flash movi!
and i made some thing like this:
http://www.futura-computers.hr/kowind/index0.asp
but it is stupid way to make it whit out xml
so i started but i make it whit tutorials from kirupa
but i can get pic. just txt
here it is :
http://www.futura-computers.hr/Z_teZt_xml_w1.rar
any help is welcome!
bdw:
www.korcula.ws
www.mljet.hr
:hangover:

why no body wantz 2 help!
:diss: :diss:

hi

the reason for not getting help is may be with so much help and lot of threads here regarding xml/thumbnails you have to search the forums first.but any how you can check the code here and if you have any problems i will explain it.i have used flash2004 pro builtin scrollpane component.i think it will help you.


post #3

with regards
sandeep(^_^)

i gona chek more !
but thx any way!
i will get yaa post it on my xml-flash galery
!!!1
:smirk2:

okaj ! u got me! i dont nedd u people to make this for me just tell me where in AS i makeing mistake !!!
i have been trying but no way i get pictures from xml !
xml i s loaded okaj ! but…no picturs just txt !
puF!
:fight:
okaj her it is :


/////////////////////////////////////provjera ucitawanja xml
function loadXML(loaded) {
if (loaded) {
xmlNode = this.firstChild;
image = [];
description = [];
total = xmlNode.childNodes.length;
trace(xmlNode.childNodes.length);
for (i=0; i<total; i++) {
image* = xmlNode.childNodes*.childNodes[0].firstChild.nodeValue;
description* = xmlNode.childNodes*.childNodes[1].firstChild.nodeValue;
}
firstImage();
} else {
content = “file not loaded!”;
}
}
/////////////////////////////////////ucitaanje xml-a
xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;
xmlData.load(“img_ldr.xml”);
/////////////////////////////////////

function firstImage() {
if (loaded == filesize) {
targetClip._alpha = 0;
targetClip.loadMovie(image[0], 1);
desc_txt.text = description[0];

}

}


i think i just one litel stupid BUG!
respectzzzzz