MACROMEDIA FLASH MX PROFESSIONAL 2004 - FLASH LITE 1.1 AUTHORING Instrukcja Użytkownika Strona 10

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 56
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 9
http://216.239.39.104/translate_c?hl=en&ie=UTF-8&oe=UTF-8&la...
2 of 2 12/27/05 2:43 PM
It shows _capStreamSound variable, whether or not the device the streaming (same period was done) can play back sound. When it
can play back, this variable is defined, variable keeps value 1. When it is not possible, this variable is not defined.
Example:
MyVarValue = _capStreamSound;
Cersion
Cersion variable keeps the version number of the Flash Lite. The version number which is kept, consists of measure number,
minor number, build number, and internal build number (example: 5,2,1,141 . Usually, with version of the release being
completed, as for internal build number 0 is.
Example:
MyVarValue = $version;
_capMFi
It shows variable, whether or not the device can play back the sound data of MFi audio type. When it can play back, this variable
is defined, variable keeps value 1. When it is not possible, this variable is not defined.
ExamplemyVarValue = _capMFi;
_capcMidi
It shows _capcMidi variable, whether or not the device can play back the sound data of MIDI audio type. When it can play back,
this variable is defined, variable keeps value 1. When it is not possible, this variable is not defined.
Example:
MyVarValue = _capcMidi;
_capcSmaf
It shows variable, whether or not the device can play back the sound data of SMAF audio type. When it can play back, this
variable is defined, variable keeps value 1. When it is not possible, this variable is not defined.
Example:
MyVarValue = _capcSmaf;
_capLoadData
To read the additional data dynamically, host application the loadMovie (), the loadMovieNum (), the loadVariables (), and the
loadVariablesNum () via the function designator it shows _ capLoadData variable, whether or not it is possible. When it is
possible, to read, this variable is defined, variable keeps value 1. When it is not possible, this variable is not defined.
Example:
MyVarValue = _capLoadData;
_cap4wayKeycAs
As for _cap4wayKeycAs variable, the Flash Player, the right, the left and on, in the lower key relation it shows whether or not it
executes the formula of the ActionScript which is allotted to the key event handler which is attached. Host application using the
key navigation mode of 4 directions, Flash control (the button and input text field), this variable is defined only when it moves
between, variable keeps value 1. So when is not, this variable is not defined. When value of this variable is pushed 1 when is,
either of the keys of 4 directions, the Flash Player searches the handler of that key first. When handler is not found, navigation of
Flash control is executed. When event handler is found, the navigation which corresponds to that key does not occur. In other
words, when keypress press handler of the lower direction key exists, pushing this key, it is not possible to move to lower
direction.
Example:
MyVarValue = _cap4wayKeycAs;
New ActionScript property
As for the property below, it is the property which is newly added to the ActionScript.
Scroll
Previous Home Next
Przeglądanie stron 9
1 2 ... 5 6 7 8 9 10 11 12 13 14 15 ... 55 56

Komentarze do niniejszej Instrukcji

Brak uwag