Extending Flash |
|
|
|
| Objects > Document object > document.publish() | |||
Flash MX 2004.
document.publish()
None.
Nothing.
Method; publishes the document according to the active Publish Settings (File > Publish Settings). This method is equivalent to selecting File > Publish.
The following example publishes the current document:
fl.getDocumentDOM().publish();
|
|
|
|