PDA

View Full Version : how to get value of a node in xml file into flash?


reham
03-12-2006, 02:13 PM
hi everybody;

i am facing a problem.i wish to get the value of node in xml file to use it in my swf file.
for more description i want to set the path of a picure in the xml file and when it loads in the loader the user can press the image to view it in a popup window.the images brought from mysql database.
i dont want to use dynamic textfields all i want to send the url of the image which is set in the xml in the url and use

getURL ("javascript:NewWindow=window.open('+imgpath+','newW in','width=400,height=300,left=0,top=0,toolbar=No, location=No,scrollbars=No,status=No,resizable=No,f ullscreen=No');NewWindow.focus();void(0);");

so how can i concatenate the image path..
please Help
Thank you;