If the XML is static, you can place the XML inside the Flash Movie versus
placing inside an HTML file. You can use the XML parse method to break it up
for use as an XML object.
However if you are communicating with a server then get the XML data from a
server script that maintains the session.
Look at XML class and the load or the sendAndLoad methods for examples.

Signature
Lon Hosford
www.lonhosford.com
Flash, Actionscript and Flash Media Server examples:
http://flashexamples.hosfordusa.com
May many happy bits flow your way!
>I currently have a Flash app that gets populated by parsing data from an
> external XML file. However, I need to get the XML data into a (JSP)
[quoted text clipped - 17 lines]
> Thanks,
> -Pete