MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR Instrukcja Użytkownika Strona 38

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 44
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 37
JavaScript syntax example:
function navigateForwardState(spriteRef, enabled){
if (enabled==true) {
sprite(9).membernum = member("enabledbutton").membernum
} else {
sprite(9).member.membernum = member("disabledbutton").membernum
}
}
secureLockState(spriteRef, state) - Called by WebXtra to inform the current state
of the lock icon, indicating that a secure connection is in place. Valid state values
are from 0 to 6. Values greater than 0 indicate that some sort of secure connection
is in place. See the table below for the meaning of each value:
0 = Unsecured
1 = Mixed Environment (some elements are secure, others are not)
2 = Secure connection, unknown strength
3 = Secure connection using 40 Bit encryption
4 = Secure connection using 56 Bit encryption
5 = Secure connection using Fortezza encryption
6 = Secure connection using 128 Bit encryption
Lingo example:
on secureLockState spriteRef , state
if state> 1 then
put "Secure connection in place"
end if
Online Help
38
Przeglądanie stron 37
1 2 ... 33 34 35 36 37 38 39 40 41 42 43 44

Komentarze do niniejszej Instrukcji

Brak uwag