next up previous contents
Next: track Up: Properties Previous: timeFormat   Contents


to

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";




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