Adobe Extending Flash Professional CS4 Instrukcja Użytkownika Strona 103

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 560
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 102
81
EXTENDING FLASH CS4 PROFESSIONAL
Document object
Description
Method; determines whether you can use the document.testMovie() method successfully.
Example
The following example tests whether fl.getDocumentDOM().testMovie() can be used. If so, it calls the method.
if(fl.getDocumentDOM().canTestMovie()){
fl.getDocumentDOM().testMovie();
}
See also
document.canTestScene(), document.testScene()
document.canTestScene()
Availability
Flash MX 2004.
Usage
document.canTestScene()
Parameters
None.
Returns
A Boolean value: true if you can use the document.testScene() method successfully; false otherwise.
Description
Method; determines whether you can use the document.testScene() method successfully.
Example
The following example first tests whether fl.getDocumentDOM().testScene() can be used successfully. If so, it calls the
method.
if(fl.getDocumentDOM().canTestScene()){
fl.getDocumentDOM().testScene();
}
See also
document.canTestMovie(), document.testMovie()
document.changeFilterOrder()
Availability
Flash 8.
Przeglądanie stron 102
1 2 ... 98 99 100 101 102 103 104 105 106 107 108 ... 559 560

Komentarze do niniejszej Instrukcji

Brak uwag