Description
Integer. Specifies the ending location to play or record. If the property is negative, the ending location defaults to the end of the content. When a device is opened, the property is reset to -1.
Syntax
mci.to
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";