Camera.motionLevel
Availability
Flash Player 6.
Usage
active_cam.motionLevel
Description
Read-only property; a numeric value that specifies the amount of motion required to invoke
Camera.onActivity(true)
Video can be displayed regardless of the value of the
information, see
See also
Camera.activityLevel
Camera.motionTimeOut
Availability
Flash Player 6.
Usage
active_cam.motionTimeOut
Description
Read-only property; the number of milliseconds between the time the camera stops detecting
motion and the time
(2 seconds).
To set this value, use
Example
The following example sets the number of milliseconds between the time the camera stops
detecting motion and the time
or one second.
if(my_cam.motionTimeOut >= 1000){
my_cam.setMotionLevel(myCam.motionLevel, 1000);
}
See also
Camera.onActivity
. Acceptable values range from 0 to 100. The default value is 50.
Camera.setMotionLevel()
,
Camera.onActivity
Camera.onActivity(false)
Camera.setMotionLevel()
Camera.onActivity(false)
,
Camera.setMotionLevel()
property. For more
motionLevel
.
,
Camera.onStatus
is invoked. The default value is 2000
.
is invoked to 1000 milliseconds,
,
Camera.setMotionLevel()
Camera.motionTimeOut
319
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?