next up previous contents
Next: canRecord Up: Properties Previous: canEject   Contents


canPlay

Description

Boolean. Determines if the device can play. Read-only


Syntax

mci.canPlay


Example

m = new MCI;
m.deviceType = "cdaudio";
m.command = "open";
trace(m.canPlay);
m.command = "close";




Copyright ©2000-2010 Shanghai TopCMM Software Technologies. All Rights Reserved.