views:

10

answers:

0

In actionscript I can use code below to register a callback when there is motion captured:

cam.setMotionLevel (35,3000);

cam.addEventListener (ActivityEvent.ACTIVITY, checkCamAction);

Is that available in FMLE?

UPDATE

Or is it possible to access the same camera from both flash player and FMLE at the same time?