MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR Manuel d'utilisateur Page 19

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 44
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 18
-- 0
JavaScript syntax example:
if ( sprite(x).busy ) {
trace("busy")
}
offline - Read-only property, indicates if the browser is currently operating in
offline mode. It is generally used to detect if an internet connection is available.
Possible return values are TRUE or FALSE (1 or 0).
Lingo example:
put sprite(x).offline
-- 0
JavaScript syntax example:
if ( sprite(x).offline ) {
trace("no internet connection available")
}
silent - This property can be tested and set. When the browser is in silent mode it
will not display dialog boxes with error messages and warnings to the end user, for
example when a page that contains invalid JavaScript code is loaded. Possible
values are TRUE or FALSE (1 or 0).
Example:
sprite(x).silent = 1
Online Help
19
Vue de la page 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 43 44

Commentaires sur ces manuels

Pas de commentaire