MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR Manual do Utilizador Página 36

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 44
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 35
1 2 ... 31 32 33 34 35 36 37 38 39 40 41 42 43 44

Comentários a estes Manuais

Sem comentários