MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR Uživatelský manuál Strana 36

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 44
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 35
1 2 ... 31 32 33 34 35 36 37 38 39 40 41 42 43 44

Komentáře k této Příručce

Žádné komentáře