MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR Bedienungsanleitung Seite 21

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 44
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 43 44

Kommentare zu diesen Handbüchern

Keine Kommentare