all groups > flash actionscript > october 2005 >
You're in the

flash actionscript

group:

XML.load() problem with URL



XML.load() problem with URL LankyNibbs
10/26/2005 10:52:15 PM
flash actionscript: Hello. (I'm sorry if this topic is repeated, I've been having trouble getting
the post to work.)

I have a Flash MX Pro 2004 application which consumes well-formed XML from a
JSP page. A typical URL for this JSP page might look like:

http://mydomain.com/xml.jsp?keyword=100&random=9999

The problem is when I call the load() method of an XML object, it is removing
the & and everything after that in the call to the web server. I can see in
the access_log that this is what is happening.

What is happening here? Is there a constraint on the URL that XML.load() can
use?

I have verified that my Flash app can parse XML from the JSP with only the
'keyword' variable specified.

Thanks in advance.
Re: XML.load() problem with URL LankyNibbs
10/31/2005 10:34:10 PM
Solved!

AddThis Social Bookmark Button