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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 44
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 24
sprite(x).goHome() - Navigates to the Home URL set in the system preferences for
the Internet Explorer browser.
Example:
sprite(1).goHome()
sprite(x).goSearch() - Navigates to the default SEARCH URL set in the system
preferences for the Internet Explorer browser.
Example:
sprite(1).goSearch()
sprite(x).stop() - Stops the current browser operation, aborting any network transfer
in progress.
Example:
sprite(1).stop()
sprite(x).refresh() - Reloads the current URL. Default cache settings will be used to
speed up the loading if necessary.
Example:
sprite(1).refresh()
sprite(x).refresh2() - Reloads the current URL, but forces the browser to ignore any
cached information.
Example:
sprite(1).refresh2()
Online Help
25
Przeglądanie stron 24
1 2 ... 20 21 22 23 24 25 26 27 28 29 30 ... 43 44

Komentarze do niniejszej Instrukcji

Brak uwag