Description
Integer. Specifies the starting location to play or record. If this property is negative, the starting location defaults to the current position. When a device is opened, the property is reset to -1.
Syntax
mci.from
Example
m = new MCI; m.deviceType = "avivideo"; m.fileName = "c:\\1.avi"; m.from = 50; m.to = 100; m.wait = true; m.x = 0; m.y = 0; m.width = 200; m.height = 200; m.command = "open"; m.command = "play"; m.command = "close";