Extending Flash |
|
|
|
| Objects > Document object > document.getMobileSettings() | |||
Flash CS3 Professional.
document.getMobileSettings()
None.
A string that represents the XML settings for the document. If no value has been set, returns an empty string.
Method; returns the mobile XML settings for the document.
The following example displays the XML settings string for the current document:
fl.trace(fl.getDocumentDOM().getMobileSettings()); //traces a string like the following
"<? 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>"
|
|
|
|