|
|
document.getMobileSettings()
AvailabilityFlash
CS3 Professional.
Usagedocument.getMobileSettings()
ReturnsA string
that represents the XML settings for the document. If no value has been
set, returns an empty string.
DescriptionMethod;
returns the mobile XML settings for the document.
ExampleThe
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>"
|