Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== STARTFRAME property (Animate) ====== ==== Description ==== Specifies the frame number from which to begin playing. ==== Property Value ==== The STARTFRAME property is an integer value that specifies the frame number to start playing from. The value must be less than the STOPFRAME value and less than 65536. It defaults to 1. ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |Get/Set|Get/Set|No|No|No| ==== Remarks ==== N/A ==== Example ==== <code> // Example: // // Open an AVI file called "FileCopyXP.avi" and begin playing // immediately from frame 4. $Insert Logical ObjxArray = @Window : ".ANI_COPYING" PropArray = "AUTOPLAY" DataArray = TRUE$ ObjxArray := @Rm : @Window : ".ANI_COPYING" PropArray := @Rm : "STARTFRAME" DataArray := @Rm : 4 ObjxArray := @Rm : @Window : ".ANI_COPYING" PropArray := @Rm : "CLIPNAME" DataArray := @Rm : ".\avi\filecopyxp.avi" Call Set_Property_Only( ObjxArray, PropArray, DataArray ) </code> ==== See Also ==== N/A guides/oi10/presentation_server/startframe_property_animate.txt Last modified: 2023/10/25 10:49by 127.0.0.1