Adobe Extending Flash Professional CS4 Manual do Utilizador Página 309

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 560
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 308
287
EXTENDING FLASH CS4 PROFESSIONAL
Frame object
frame.soundLoopMode
Availability
Flash MX 2004.
Usage
frame.soundLoopMode
Description
Property; a string that specifies whether a sound that is attached directly to a frame (frame.soundLibraryItem)
should play a specific number of times or loop indefinitely. Acceptable values are "repeat" and "loop". To specify
the number of times the sound should play, set a value for
frame.soundLoop.
Example
The following example specifies that a sound should play two times:
fl.getDocumentDOM().getTimeline().layers[0].frames[0].soundLoopMode = "repeat";
fl.getDocumentDOM().getTimeline().layers[0].frames[0].soundLoop = 2;
frame.soundName
Availability
Flash MX 2004.
Usage
frame.soundName
Description
Property; a string that specifies the name of a sound that is attached directly to a frame (frame.soundLibraryItem),
as stored in the library.
Example
The following example changes the soundName property of the first frame to "song1.mp3"; song1.mp3 must exist in
the library:
fl.getDocumentDOM().getTimeline().layers[0].frames[0].soundName = "song1.mp3";
frame.soundSync
Availability
Flash MX 2004.
Usage
frame.soundSync
Vista de página 308
1 2 ... 304 305 306 307 308 309 310 311 312 313 314 ... 559 560

Comentários a estes Manuais

Sem comentários