Adobe Extending Flash Professional CS5 Manual de usuario Pagina 107

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 565
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 106
85
EXTENDING FLASH PROFESSIONAL
Document object
Last updated 5/2/2011
Returns
A Boolean value: true if successful; false otherwise.
Description
Method; uses the top selected drawing object to crop all selected drawing objects underneath it. This method returns
false if there are no drawing objects selected or if any of the selected items are not drawing objects.
Example
The following example crops the currently selected objects:
fl.getDocumentDOM().crop();
See also
document.deleteEnvelope(), document.intersect(), document.punch(), document.union(),
shape.isDrawingObject
document.currentPublishProfile
Availability
Flash MX 2004.
Usage
document.currentPublishProfile
Description
Property; a string that specifies the name of the active publish profile for the specified document.
Example
The following example adds a new publish profile with the default name and then displays the name of the profile in
the Output panel:
fl.getDocumentDOM().addNewPublishProfile();
fl.outputPanel.trace(fl.getDocumentDOM().currentPublishProfile);
The following example changes the selected publish profile to "Default":
fl.getDocumentDOM().currentPublishProfile = "Default";
document.currentTimeline
Availability
Flash MX 2004.
Usage
document.currentTimeline
Vista de pagina 106
1 2 ... 102 103 104 105 106 107 108 109 110 111 112 ... 564 565

Comentarios a estos manuales

Sin comentarios