De la live documentation de macromedia...

Description

Method; encodes the specified XML object into an XML document, and sends it
to the specified URL using the POST method in a browser. The Flash test
environment only uses the GET method.

Imagino q estarĂ¡s llamando a la web mediante el IIS..? no?

O si la pruebas con ctrl+Enter en el xml.send() ponerle el
http://localhost...


Has probado este ejemplo? A mi me funciona...

Example

The following example defines an XML packet and sets the content type for
the XML object. The data is then sent to a server and shows a result in a
browser window.

var my_xml:XML = new XML("<highscore><name>Ernie</name>
<score>13045</score></highscore>");
my_xml.contentType = "text/xml";
my_xml.send("pagina_recoge.asp", "_blank");


-----Mensaje original-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre
de xleon
Enviado el: jueves, 29 de diciembre de 2005 12:05
Para: [email protected]
Asunto: Re: [ASNativos] Retomando el tema: xml.send() hacia ASP

Hari, el Request.Form no pilla nada de nada.
Sigo en las mismas =(----------------------------------
Lista ASNativos:[email protected]
http://www.5dms.com/listas
----------------------------------

----------------------------------
Lista ASNativos:[email protected]
http://www.5dms.com/listas
----------------------------------

Responder a