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

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

Comentários a estes Manuais

Sem comentários