Flash CS3 Professional.
document.setMobileSettings(xmlString)
xmlString A string that describes the XML settings in a mobile FLA file.
A value of true if the settings were successfully set; false otherwise.
Method; sets the value of an XML settings string in a mobile FLA file. (Most mobile FLA files have an XML string that describes the settings within the document.)
The following example sets the XML settings string for a mobile FLA file. Note that the example below represents a single line of code.
fl.getDocumentDOM().setMobileSettings("<? xml version="1.0" encoding="UTF-16" standalone="no"
?><mobileSettings><contentType id="standalonePlayer" name="Standalone Player"/><testDevices><testDevice id="1170" name="Generic Phone" selected="yes"/></testDevices><outputMsgFiltering info="no" trace="yes" warning="yes"/><testWindowState height="496" splitterClosed="No" splitterXPos="400" width="907"/></mobileSettings>");