MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR Manuale Utente Pagina 21

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 44
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 43 44

Commenti su questo manuale

Nessun commento