|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
returning XML from loadVariables
gday all,
i am currently attempting to connect to a script developed in jsp which requires me to send the variables through post. As a result I am using loadVariables in order to do this. The script then returns an xml element which indicates success or failuer...my problem is that i cannot for the life of me work out how to consume this xml and then access it... can anybody shine some light on this problem?? many thanks in advance morro Last edited by morro1980 : September 21st, 2003 at 09:40 PM. |
|
#2
|
|||
|
|||
|
when you call your data, are you using the xml sendandload method or the variables method?
if you want to discifer the xml you should use something like: xml_in = new XML(); xml_in.ignoreWhite="true"; xml_in.onLoad = xmlparse; xml_in.load("my.xml"); then all you have to do is write a parser to access it. there's a good example of how this all works here: http://actionscript-toolbox.com/xmlobject.php hope this is of some use. |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > using sendAndLoad across domains |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|