MACROMEDIA FLASH COMMUNICATION SERVER MX-SERVER-SIDE COMMUNICATION ACTIONSCRIPT DICTIONARY Dokumentacja Strona 203

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 369
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 202
12
Example
The following example loads another movie if the cameras bandwidth is 32 kilobytes or greater.
if(myCam.bandwidth >= 32768){
loadMovie("splat.swf",_root.hiddenvar);
}
See also
Camera.setQuality
Camera.currentFps
Availability
Flash Player 6.
Flash Communication Server MX (not required).
Usage
activeCamera.currentFps
Description
Read-only property; the rate at which the camera is capturing data, in frames per second. This
property cannot be set; however, you can use
Camera.setMode to set a related property
Camera.fps—which specifies the maximum frame rate at which you would like the camera to
capture data.
See also
Camera.fps, Camera.setMode
Camera.fps
Availability
Flash Player 6.
Flash Communication Server MX (not required).
Usage
activeCamera.fps
Description
Read-only property; the maximum rate at which you want the camera to capture data, in frames
per second. The maximum rate possible depends on the capabilities of the camera; that is, if the
camera doesnt support the value you set here, this frame rate will not be achieved.
To set a desired value for this property, use Camera.setMode.
To determine the rate at which the camera is currently capturing data, use
Camera.currentFps.
Przeglądanie stron 202
1 2 ... 198 199 200 201 202 203 204 205 206 207 208 ... 368 369

Komentarze do niniejszej Instrukcji

Brak uwag