MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR Manual de usuario Pagina 36

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 44
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 35
(the activeWindow).title = newTitle
end
JavaScript syntax example:
function titleChange(spriteRef, newTitle){
_player.activeWindow.title = newTitle
}
statusTextChange(spriteRef, newText) - This handler is invoked when the text that
needs to be displayed in the status bar has changed.
Lingo example:
on statusTextChange spriteRef , newText
member("statustext").text = newText
end
JavaScript syntax example:
function statusTextChange(spriteRef, newText){
member("statustext").text = newText
}
navigateBackState(spriteRef, enabled) - Called to indicate the current state of
BACK navigation in the browser history, usually when a page finishes loading, or
whenever necessary. Your code can use this information to enable or disable the
BACK button in your interface.
Lingo example:
on navigateBackState spriteRef , enabled
if enabled=true then
Online Help
36
Vista de pagina 35
1 2 ... 31 32 33 34 35 36 37 38 39 40 41 42 43 44

Comentarios a estos manuales

Sin comentarios