MACROMEDIA FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE Reference page 177

Server-side actionscript language reference
Table of Contents

Advertisement

//
<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

Advertisement

Table of Contents
loading
Need help?

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?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash media server 2

Table of Contents