//
<rootNode>
//
<oldest/>
//
<middle/>
//
<middle/>
//
<youngest/>
//
</rootNode>
// </rootNode>
In Flash Media Server, the output of
file and Application inspector.
XML.contentType
Availability
Flash Media Server 2.
Usage
my_xml.contentType
Description
Property; the MIME content type that is sent to the server when you call the
XML.sendAndLoad()
standard MIME content type used for most HTML forms.
Example
The following example creates a new XML document and checks its default content type:
// Create a new XML document.
var doc = new XML();
// Trace the default content type.
trace(doc.contentType);
// output: application/x-www-form-urlencoded
In Flash Media Server, the output of
file and Application inspector.
See also
XML.send(),
XML.sendAndLoad()
trace()
method. The default is application/x-www-form-urlencoded, which is the
trace()
statements appears in the application log
statements appears in the application log
or
XML.send()
XML class
177
Need help?
Do you have a question about the FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE and is the answer not in the manual?