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

  • 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 20
100. Important: the optical zoom functionality requires Internet Explorer 7 or later
on the user's system.
Lingo example:
-- Get the current zoom level
put sprite(x).zoom
-- 100
-- Zoom In
sprite(x).zoom = 300
JavaScript syntax example:
trace (sprite(x).zoom)
//100
title - Read-only property. Returns the title of the current page loaded in the
browser. Applications usually rely on the event "titleChange" to display this
information without needing to poll the browser continuously.
Lingo example:
put sprite(x).title
--"Home Page"
JavaScript syntax example:
trace (sprite(x).title)
//"Home Page"
url - Read-only property. Returns the url of the current page loaded in the browser.
Applications usually rely on the events "startNavigation" or "openNewWindow" to
store this information without needing to poll the browser continuously.
Lingo example:
Online Help
21
Vue de la page 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 43 44

Commentaires sur ces manuels

Pas de commentaire