Description
Boolean. Determines if the device support recording. Read-only
Syntax
mci.canRecord
Example
m = new MCI; m.deviceType = "waveaudio"; m.command = "open"; trace(m.canRecord); m.command = "close";