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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 44
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 43 44

Komentarze do niniejszej Instrukcji

Brak uwag