Adobe Extending Flash Professional CS4 Manual de usuario Pagina 402

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 560
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 401
380
EXTENDING FLASH CS4 PROFESSIONAL
ScreenOutline object
Description
Method; inserts a new blank screen of a specified type into the document at a specified location.
Example
The following example inserts a form named slide2 after the screen named slide1:
fl.getDocumentDOM().screenOutline.insertScreen("slide2","slide1","Form");
The following example inserts a slide named slide4 after the screen slide3:
fl.getDocumentDOM().screenOutline.insertScreen("slide4","slide3","Slide");
screenOutline.moveScreen()
Availability
Flash MX 2004.
Usage
screenOutline.moveScreen(screenToMove, referenceScreen, position)
Parameters
screenToMove A string that is the screen name to move.
referenceScreen A string that specifies the screen near which screenToMove will be placed.
position A string that specifies where to move the screen in relation to referenceScreen. Acceptable values are
"before", "after", "firstChild", and "lastChild".
Returns
A Boolean value: true if the move is successful; false otherwise.
Description
Method; moves the specified screen in relation to the value of the referenceScreen parameter; either before, after, as the
first child, or as the last child.
Example
The following example moves screen slide1 to be the first child of slide2:
fl.getDocumentDOM().screenOutline.moveScreen("slide1", "slide2", "firstChild");
screenOutline.renameScreen()
Availability
Flash MX 2004.
Usage
screenOutline.renameScreen(newScreenName [, oldScreenName[, bDisplayError]])
Vista de pagina 401
1 2 ... 397 398 399 400 401 402 403 404 405 406 407 ... 559 560

Comentarios a estos manuales

Sin comentarios